1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00

Stopped VST3 plugins sending parameter updates on the message thread, as these could interfere with updates being processed on the audio thread.

This commit is contained in:
jules 2014-03-11 11:03:35 +00:00
parent 272bcbcaab
commit d633ee5d31

View file

@ -194,7 +194,6 @@ public:
{
valueNormalized = v;
changed();
owner.setParameter (paramIndex, (float) v);
return true;
}