Skip to content

Commit 1662e56

Browse files
committed
AU: Fix handling of unsupported MIDI system messages
Signed-off-by: falkTX <[email protected]>
1 parent 2ddf85d commit 1662e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distrho/src/DistrhoPluginAU.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,7 @@ class PluginAU
20382038
case 0x9:
20392039
case 0xD:
20402040
// unsupported
2041-
kAudioUnitErr_InvalidPropertyValue;
2041+
return kAudioUnitErr_InvalidPropertyValue;
20422042
case 0x1:
20432043
case 0x2:
20442044
case 0x3:

0 commit comments

Comments
 (0)