one knob to multiple attack and release envelopes
-
im aware of how to link one knob to multiple parameters but i cant figure out how to link one knob to multiple attack envelopes and another to multiple release envelopes
-
Use a secondary controller script that interacts with the envelope controls and your control on the UI just interacts with the secondary script.
Here is such a script - https://github.com/davidhealey/HiseUtilityScripts/blob/master/modules/AhdsrController.js
-
works great thanks!