Hi,
I´m trying to lowpass a vco2 signal using the lowpass2 opcode like this:
;omitted variable settings
kEnv madsr iAtt, iDec, iSus, iRel
aOut vco2 iAmp, iFreq, iShape
;ommited variable settings again --> new attack, new decay, new sustain and new release variables
kEnvF madsr iAttF, iDecF, iSusF, iRelF
aLp lowpass2 aOut, iCutOff, iRes
outs aLp * kEnvF, aLp* kEnvF
With this configuration, I can only apply ADSR values on AMP using kEnvF variable values. How I can apply the other variable KEnv ADSR values to create a ADSR FILTER effect?