Global ADSR Issues
-
So I have a Global Modulator Container with an ADSR that's being connected to a bunch of other samplers and synth groups. When i play the same note repeatedly it's almost as if the sampler or synth is in mono mode and there is clicking going. is there a limit to how many engines can be connected to a single ADSR?
When I use individual ADSRs on each engine then all works as it should.
A workaround I'm thinking would be to use individual envelopes and place their knobs on the GUI on top of the current Global ADSR knobs and just set them to invisible or something.
I would like to get some ideas before going through this to only find out there's a muuch simpler solution.
I hope the scenario is clear.
cheers to all
-
@virtuscapeaudio Another way could be to create a macro knob linked to all your ADSR controls inside your different modules/containers. So link an 'attack' macro to all the attack controls, etc.
-
@paper_lung Ahh yes thanks! Another way I just remembered is to just script it with getAllComponents somehow...trying to get the hang of it with @d-healey 's video but not sure how to implement just yet. Will report back
-
@virtuscapeaudio Or you could just use the public domain script I put out a couple of years ago for this very purpose :)
https://codeberg.org/LibreWave/RhapsodyBoilerplate/src/branch/main/modules/AhdsrController.js
-
@d-healey Wooooooooowwww!! lol Man thank you!!!