This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
AudioWorkgroup: Fix a case handling bug
v7.0.9
Tom Poole
2 years ago
parent
b52a62a48d
commit
af7530e69c
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
Write
Preview
Loading…
Cancel
Save