Browse Source

fix GCC warning

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

+ 2
- 0
src/vst2_main.cpp View File

@@ -1910,7 +1910,9 @@ VstIntPtr VSTPluginDispatcher(VSTPlugin *vstPlugin,
{ {
wrapper->lockAudio(); wrapper->lockAudio();
if(wrapper->b_idle) if(wrapper->b_idle)
{
Dprintf_idle("xxx vstrack_plugin: become active after MIDI note on\n"); Dprintf_idle("xxx vstrack_plugin: become active after MIDI note on\n");
}
wrapper->b_idle = false; wrapper->b_idle = false;
wrapper->idle_output_framecount = 0u; wrapper->idle_output_framecount = 0u;
wrapper->idle_frames_since_noteon = 0u; wrapper->idle_frames_since_noteon = 0u;


Loading…
Cancel
Save