Browse Source

disable opcode dispatch tracing

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

+ 1
- 1
src/vst2_main.cpp View File

@@ -1682,7 +1682,7 @@ VstIntPtr VSTPluginDispatcher(VSTPlugin *vstPlugin,
#ifdef VST2_OPCODE_DEBUG
Dprintf("vstrack_plugin: called VSTPluginDispatcher(%d) (%s)\n", opCode, vst2_opcode_names[opCode]);
#else
Dprintf("vstrack_plugin: called VSTPluginDispatcher(%d)\n", opCode);
// Dprintf("vstrack_plugin: called VSTPluginDispatcher(%d)\n", opCode);
#endif // VST2_OPCODE_DEBUG

VstIntPtr r = 0;


Loading…
Cancel
Save