This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
AU: Fix handling of unsupported MIDI system messages
Signed-off-by: falkTX <falktx@falktx.com>
pull/473/head
falkTX
7 months ago
parent
2ddf85d680
commit
1662e56e7b
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/src/DistrhoPluginAU.cpp
+ 1
- 1
distrho/src/DistrhoPluginAU.cpp
View File
@@ -2038,7 +2038,7 @@ public:
case 0x9:
case 0x9:
case 0xD:
case 0xD:
// unsupported
// unsupported
kAudioUnitErr_InvalidPropertyValue;
return
kAudioUnitErr_InvalidPropertyValue;
case 0x1:
case 0x1:
case 0x2:
case 0x2:
case 0x3:
case 0x3:
Write
Preview
Loading…
Cancel
Save