Hello to all of you!
I'm pretty new to PureData and so I'm still sometimes confused with the signal flow.
I'm currently building an envelope controlled bandpassfilter via vcf and env.
I want the center frequency of the vcf to fall, when the rms-value rises and I also want the center frequency of the vcf to rise, when the rms-value falls.
For this purpose, I created an If-Expression, with the "old" rms-value as left input and the "new" rms-value as right input.
But due to wrong signal flow, the "old" rms-value is put Info both inlets (although the number box, which sends the value shows the wished "new" rms-value). Does anybody of you have an idea on how to solve this? I spent countless hours but I'm not able to "repair" the patch...
I'm grateful for every piece of advice anderen Help!