Browse Source

Removed the message manager lock from the AudioProcessorValueTreeState constructor

tags/2021-05-28
tpoole 7 years ago
parent
commit
463f1c840d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.cpp

+ 0
- 2
modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.cpp View File

@@ -196,8 +196,6 @@ AudioProcessorParameterWithID* AudioProcessorValueTreeState::createAndAddParamet
// All parameters must be created before giving this manager a ValueTree state!
jassert (! state.isValid());
const MessageManagerLock mmLock;
Parameter* p = new Parameter (*this, paramID, paramName, labelText, r,
defaultVal, valueToTextFunction, textToValueFunction,
isMetaParameter, isAutomatableParameter,


Loading…
Cancel
Save