Filter and Envelope
-
Hi guys, this question might sound silly to all those who are pro :) I have 2 Synthesizer Groups and 2 Samplers in my project.
Regarding the filter, filter env & LFO modulation: do I have to add filer & modulators for each unit separately? I can't connect all of them to a single filter & its modulators, right?
The same thing for the amp env, I need to connect all of them to a single amp env. So envelopes must be individual for each one?
-
@harris-rosendahl You can add a single filter at the container level. For the envelopes it's one per sound generator.
-
@d-healey said in Filter and Envelope:
@harris-rosendahl You can add a single filter at the container level.
Regarding the "Container", it means Synthesizer Group or Sampler, right?
For the envelopes it's one per sound generator.
So all of the individual envelopes needs to be controlled with scripting API as like they are one?
-
@harris-rosendahl said in Filter and Envelope:
Regarding the "Container", it means Synthesizer Group or Sampler, right?
It means a container.
So all of the individual envelopes needs to be controlled with scripting API as like they are one?
Yes. Or you can use my AHDSR Controller script - https://github.com/davidhealey/HiseUtilityScripts/blob/master/modules/AhdsrController.js
-
@d-healey You're a life saver. Thank you so much!!