diff --git a/src/vst2_main.cpp b/src/vst2_main.cpp index a8f1f6a7..a42e4d87 100644 --- a/src/vst2_main.cpp +++ b/src/vst2_main.cpp @@ -1910,7 +1910,9 @@ VstIntPtr VSTPluginDispatcher(VSTPlugin *vstPlugin, { wrapper->lockAudio(); if(wrapper->b_idle) + { Dprintf_idle("xxx vstrack_plugin: become active after MIDI note on\n"); + } wrapper->b_idle = false; wrapper->idle_output_framecount = 0u; wrapper->idle_frames_since_noteon = 0u;