[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] /n_release
wouldn't it be a good idea to have an osc message?
it could have the following behaviour:
if (the node is a synth) {
if (it has a gate arg) {
set this arg to zero
} else { free the node }
} else { free the node } // or do the above recursively, don't know.
this would avoid a bit of logic in sclang, as we wouldn't have to
care about how the synth releases itself.
the argument sent with it could be the release time if it has a gate.
moreover (maybe), the doneActions could use this instead of \free,
which would make it softer in sound.
--
.