Closed daveyarwood closed 7 years ago
The glue between the client running alda stop (or :stop in the Alda REPL), and the worker using the new "stop playback" feature implemented in https://github.com/alda-lang/alda-sound-engine-clj/pull/8.
alda stop
:stop
When the server gets a stop-playback command, it sends a STOP message to all workers.
stop-playback
STOP
When a worker gets the STOP signal, it stops any currently playing scores.
The glue between the client running
alda stop
(or:stop
in the Alda REPL), and the worker using the new "stop playback" feature implemented in https://github.com/alda-lang/alda-sound-engine-clj/pull/8.When the server gets a
stop-playback
command, it sends aSTOP
message to all workers.When a worker gets the
STOP
signal, it stops any currently playing scores.