Thanks so much for trying out my plugin. Unfortunately, I've not been able to reproduce these problems so far. I'll keep trying.diroxe7660 wrote: Sat Aug 31, 2024 4:39 pm - When turning off sync and enabling the HPF/LPF, changes to the filters sometimes take a really long time (several seconds) to apply.
Edit: I somehow managed to break the filter or the cutoff slider by rapidly changing cutoff freq.
I'm wondering if these problems are somehow related to me putting locks around parameter changes, both in the UI thread and the process thread. I saw locks being used in some of the example code for CLAP, so I decided to do the same. Back in my VST days, I mostly didn't use locks. The one time I did, I wound up taking them out because of complaints that it caused stuttering (I probably didn't implement them correctly). I'm not sure how locks could cause such a long delay in parameter changes taking effect, but it's the first thing that comes to mind. I'll investigate further.
