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:
parent
272bcbcaab
commit
d633ee5d31
1 changed files with 0 additions and 1 deletions
|
|
@ -194,7 +194,6 @@ public:
|
|||
{
|
||||
valueNormalized = v;
|
||||
changed();
|
||||
owner.setParameter (paramIndex, (float) v);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue