Closed justinjools22 closed 3 months ago
A quick answer, can elaborate more of needed.
The envelopes just return numbers. You can use these numbers to adjust the filter parameters, something like (pseudo code)
lpf.setCutoff(envelope.next());
Ah I see. Perfect. So you use lpf.setCutoff(envelope.next()); then the separate ADSR values are sent to calculate the waveform. Thanks :)
Great! Actually an example on that would be great! PR welcome ;)
Can I close this as solved?
The envelope examples are amplitude envelopes, so how do you use envelopes with filters. I am building a design with both amplitude and filter envelopes.