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
commit
1662e56e7b
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +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:


Loading…
Cancel
Save