add/remove modulators in compiled plug-in
-
Hello everyone! :-)
Are the functions
Synth.addModulator
,Synth.removeModulator
andModulator.connectToGlobalModulator
suitable for use in the compiled plug-in so that the user can add and remove modulation sources?Or are these functions only intended as development tools?
Many thanks
Oli -
@Oli-Ullmann
addModulator
andremoveModulator
I believe are just for your use during development.connectToGlobalModulator
should be dynamic though and you can use it at run time. -
@d-healey
That's what I thought. Thank you very much for your answer. -
O Oli Ullmann has marked this topic as solved