Hello everyone, I have a problem that may only be with Plugdata. I used a Slider parameter and Midi note pitchtrack to control the Cutoff of the Filter simultaneously. Since hv.filter can only receive control signals instead of audio signals, so I used [+]. However, I found that I cannot control both parameters in real time. The current Patch and Cutoff Slider only respond when the note is triggered, and it is invalid during the note process. How can I solve this problem?
The right inlet of an object is called “cold”, which means it requires a bang on the left inlet for the object to be updated. This is what the [trigger]/[t] object can be used for, like this:
It first sets the value (float) on the right inlet, then bangs the left inlet so the object updates.
We have added signal rate filter variants to the develop branch of Heavylib. Hopefully we can get these into plugdata asap so that you can do signal rate modulation!
Wow, this is good news! Looking forward to the new version of PD! Thank you!

