From 87ee048934a5ed6cedc1be77d4e0beadb14a1ead Mon Sep 17 00:00:00 2001 From: bsp2 Date: Sun, 28 Oct 2018 00:24:07 +0200 Subject: [PATCH] document "unknown" Bitwig opcodes --- src/vst2_main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vst2_main.cpp b/src/vst2_main.cpp index c7b8eae5..28b79075 100644 --- a/src/vst2_main.cpp +++ b/src/vst2_main.cpp @@ -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: