[plt-scheme] (clarification) Looking for Psychology lab applications
Rohan Drape <rd at slavepianos.org> writes:
> Try sending a harmless message first, ie:
>
> (->< server /status)
In fact this won't work initially either, and for the same reason play
doesn't work, which is because ->< empties the incoming message queue
so that it can report if the server replies correctly.
> Actually, you will normally need to make a group node with ID 1 before
> play will work, the simplest way to do that is:
>
> (reset server)
This does work since it sends only synchronous messages. The scsynth
boot command I use sleeps for half a second and then runs reset. In
the rsc emacs mode boot is bound to C-cC-b and reset is bound to
C-cC-k...
Regards,
Rohan