Browse Source

Merge remote-tracking branch 'bsp2/v0.6' into v0.6-linux-lglw

pull/1639/head
Cameron Leger 6 years ago
parent
commit
1c84c83e83
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/vst2_main.cpp

+ 3
- 3
src/vst2_main.cpp View File

@@ -1982,9 +1982,9 @@ VstIntPtr VSTPluginDispatcher(VSTPlugin *vstPlugin,
}
break;

case 56:
case 66:
// (todo) what are these ? Bitwig (Linux) sends a lot of them
case effGetParameterProperties/*56*/:
case effGetMidiKeyName/*66*/:
// (todo) Bitwig (Linux) sends a lot of them
break;

default:


Loading…
Cancel
Save