Sorry, not so simple. The s7webserver runs in the qt event loop. So you
have to compile snd with qtnetwork support, and call qcore:processevents
(or something like that) very often. Bill's suggestion is likely to be less
work.


On Wed, Dec 17, 2014 at 5:25 PM, Kjetil Matheussen <[email protected]
> wrote:
>
> Another alternative is to use the s7webserver code. It should just be a
> matter of calling "s7webserver_create(s7, 5080, true);" right after calling
> s7_init() in snd. Then you can use s7webserver/s7webserver_repl.py as the
> snd scheme binary.
>
> One advantage of doing this is that you don't have to run snd as a emacs
> subprocess. Another advantage is that if snd is restarted, you don't have
> to restart the emacs subprocess as well.
>
>
>
> On Wed, Dec 17, 2014 at 5:17 PM, Bill Schottstaedt <[email protected]
> > wrote:
>>
>> Thanks very much!  There must be a way to do the same thing
>> as XtAppAddInput or g_io_add_watch_full in the no-gui case.
>> I'll add it to my TODO list.  It also should be possible in
>> inf-snd.el to recognize the no-gui case (*features* won't include
>> 'gtk or 'motif, I think), so your work-around could be invoked
>> automatically.
>>
>> _______________________________________________
>> Cmdist mailing list
>> [email protected]
>> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>>
>>
_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to