Browse Source

AudioWorkgroup: Fix a case handling bug

v7.0.9
Tom Poole 2 years ago
parent
commit
af7530e69c
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      modules/juce_audio_plugin_client/juce_audio_plugin_client_AU_1.mm

+ 3
- 1
modules/juce_audio_plugin_client/juce_audio_plugin_client_AU_1.mm View File

@@ -589,6 +589,9 @@ public:
*ptr = contextObserver;
return noErr;
}
jassertfalse;
break;
}
#endif
@@ -619,7 +622,6 @@ public:
else
pv->outValue = param->getValueForText (text) * getMaximumParameterValue (param);
return noErr;
}
}


Loading…
Cancel
Save