You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if an instrument ends before it is gated off (because it has a fixed envelope generator, for example), the /n_set commands fails because the synth node has already been freed. To avoid that, track nodes in the server by listening to /n_go and /n_end OSC messages that the server sends, to know with certainty if a node exists or not at a given time.
This is a code example for Supercollider that shows how the OSC messages look like:
Right now, if an instrument ends before it is gated off (because it has a fixed envelope generator, for example), the
/n_set
commands fails because the synth node has already been freed. To avoid that, track nodes in the server by listening to/n_go
and/n_end
OSC messages that the server sends, to know with certainty if a node exists or not at a given time.This is a code example for Supercollider that shows how the OSC messages look like:
The text was updated successfully, but these errors were encountered: