Browse Source

document "unknown" Bitwig opcodes

pull/1639/head
bsp2 6 years ago
parent
commit
87ee048934
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/vst2_main.cpp

+ 3
- 3
src/vst2_main.cpp View File

@@ -1983,9 +1983,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