Attached Controls shouldn't send notification on setValue()

I can’t think of why I would ever update a parameter from a thread. My audio thread only ever reads parameter values. Parameter values are only ever changed from UI interactions.

I guess if I implemented midi learn or something like that, they would cause parameter changes from the audio thread.

It’s not necessarily you, it might be the host, so see this thread:

…mind that the discussion continues, the solution of the first post using locking is not recommended…

I’ve just pushed a fix for this to develop.

Thanks, those changes look pretty invasive. I’ll test this soon.

Have there been any updates on this matter? I’m running into the same issue using Reaper.

EDIT: I updated to the latest version of juce and no long have this issue