Re: [CM] Getting snd to work with conjure/neovim

2023-06-26 Thread Kenneth Flak
Oh, that's interesting. Makes me wonder if there could be a way to close and reopen the pipe each time I send something through that way. Might be horribly inefficient, though... Do you know how inf.el achieves its magic? Also by way of stdio, or is there something else going on there?

Re: [CM] Getting snd to work with conjure/neovim

2023-06-26 Thread bil
This appears to be some pipe issue with stdin -- if you run Snd from a terminal, then type expressions in that terminal, get_stdin_string is called and the expressions are evaluated, etc. If you call Snd as a target of a pipe (or whatever the correct terminology is), it works once, but then

Re: [CM] Getting snd to work with conjure/neovim

2023-06-26 Thread Kenneth Flak
On 26 Jun 2023 10:53, b...@ccrma.stanford.edu wrote: >> 0x76e5bc0f in __GI___poll (fds=0x7fffd790, nfds=1, >> timeout=5) >> at ../sysdeps/unix/sysv/linux/poll.c:29 > >I think that you're in XtAppMainLoop waiting for an event; >that is, snd is waiting for you to send input etc. >

Re: [CM] Getting snd to work with conjure/neovim

2023-06-26 Thread bil
0x76e5bc0f in __GI___poll (fds=0x7fffd790, nfds=1, timeout=5) at ../sysdeps/unix/sysv/linux/poll.c:29 I think that you're in XtAppMainLoop waiting for an event; that is, snd is waiting for you to send input etc. ___ Cmdist mailing

[CM] OT music

2023-06-26 Thread James Hearon
Hi Michael, re: code ex. There was no overarching algorithm or AI. (I wish there were...things could be easier). Just using Bill's great variety of insts and gens to create sounds derived from the manual, and then mixing them. Also using Michael Scholz's inf-snd.el and emacs as editor.