Browse Source

stub-handle Bitwig opcodes 56+66

pull/1639/head
bsp2 6 years ago
parent
commit
b5b6fb6ad3
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/vst2_main.cpp

+ 5
- 0
src/vst2_main.cpp View File

@@ -1983,6 +1983,11 @@ VstIntPtr VSTPluginDispatcher(VSTPlugin *vstPlugin,
} }
break; break;


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

default: default:
// ignoring all other opcodes // ignoring all other opcodes
Dprintf("vstrack_plugin:dispatcher: unhandled opCode %d [ignored] \n", opCode); Dprintf("vstrack_plugin:dispatcher: unhandled opCode %d [ignored] \n", opCode);


Loading…
Cancel
Save