Re: [CM] Snd command line

2022-09-01 Thread James Hearon
Yay.  (define stderr-buffered #t) at top of repl.com helps load the lib_s7.so.

Thank you.  It's been a while since I used Snd with no gui.

Regards,
Jim
___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist


Re: [CM] snd command line

2022-09-01 Thread bil

The workaround for the pipewire problem in Snd
(or repl.scm in s7) is to

(define stderr-buffered #t)

in your Snd init file, or if you're not using one,
put that line at the top of repl.scm.

I run the no-gui Snd in Ubuntu 22.04, and I think
it is using pipewire (/usr/bin/pipewire is reported
in ps aux), but I don't have to use that workaround.
You can get the "dumb repl" by moving repl.scm
to some other filename.

___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist


[CM] snd command line

2022-09-01 Thread James Hearon
Hi,
I've upgraded to f36, snd 22.6 and tried configuring and running Snd with no 
gui.

It writes libc_s7.c, and lib_s7.so, but doesn't load lib_s7.so.  I recall some 
pipewire weirdness previously.  I'm wondering what the status or workaround 
might be, if any at all?

No harm.  Still enjoying using Snd from emacs.

Thank you,
Jim
___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist