Dear sc-users,
I would like to know if there is some way to tell when an n_set
message has been received and executed by the server, e.g.:
~synth = {arg freq=440; SinOsc.ar(freq:freq)}.play;
~synth.set("freq", 220);
// I'd like something like
~synth.whenControlsUpdated({"controls updated".postln});
I've checked out NodeWatchers, but they don't seem to deal with the
state of Synth controls.
cheers
Matthew
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/
sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/