Skip to content

Commit

Permalink
AU: Fix handling of unsupported MIDI system messages
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 6, 2024
1 parent 2ddf85d commit 1662e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrho/src/DistrhoPluginAU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,7 @@ class PluginAU
case 0x9:
case 0xD:
// unsupported
kAudioUnitErr_InvalidPropertyValue;
return kAudioUnitErr_InvalidPropertyValue;
case 0x1:
case 0x2:
case 0x3:
Expand Down

0 comments on commit 1662e56

Please sign in to comment.