I am trying to create a subsystem that is similar to the Attack Release module. In the subsystem I am using existing modules hoping not to have to create a custom module. The subsystem did not give the results that I expected. I found the problem was the feedback wire. It has a delay of N. This means that the first order difference equation I am trying to implement is really an Nth order difference equation. Is there a work around for this problem?
Or better still is there away to make an existing attack and release module have dependent attack and release? For example if you have 2 channels going into the module both channels are attacking and releasing at the same time.
8:26pm
Hi Darrel,
I'm not sure what you were trying to feedback into the system. If it was data, unfortunately the feedback wire has one buffer of delay which is dependent on your block size. One thing you might try for this problem is the param set module, which can wirelessly control variables that don't have control pins. For example, you can vary the attack time or release time using some separate control mechanism.