diff --git a/other/vst2_debug_host/vst2_debug_host b/other/vst2_debug_host/vst2_debug_host deleted file mode 100644 index 2e39ae53..00000000 Binary files a/other/vst2_debug_host/vst2_debug_host and /dev/null differ diff --git a/other/vst2_debug_host/vst2_debug_host.cpp b/other/vst2_debug_host/vst2_debug_host.cpp index 84cfcb36..2561f4b6 100644 --- a/other/vst2_debug_host/vst2_debug_host.cpp +++ b/other/vst2_debug_host/vst2_debug_host.cpp @@ -73,11 +73,15 @@ void open_and_close(void) { if(NULL != mainProc) { AEffect *effect; + printf("xxx calling mainProc\n"); effect = mainProc(HostCallback); + printf("xxx mainProc returned effect=%p\n", effect); if(NULL != effect) { + printf("xxx calling effect->dispatcher\n"); effect->dispatcher(effect, effOpen, 0, 0, NULL, 0.0f); + printf("xxx effect->dispatcher returned\n"); VstIntPtr ip = effect->dispatcher(effect, effEditOpen, 0, 0, NULL/*hWnd*/, 0.0f); (void)ip; printf("xxx call processreplacing\n");