Remove a call to 'fst_audio_master_idle()'
authorJohn Emmas <johne53@tiscali.co.uk>
Tue, 2 Oct 2018 08:17:32 +0000 (09:17 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Tue, 2 Oct 2018 08:17:32 +0000 (09:17 +0100)
Nobody seems quite sure why it's needed but it seems to be crashing a lot of plugins:-

http://tracker.ardour.org/view.php?id=7668

libs/ardour/session_vst.cc

index befe5a84adc7627f4720a9d1ef824eb08e6c4214..401b13874d85a028e7cf1e947607ebbd31a05af8 100644 (file)
@@ -497,10 +497,6 @@ intptr_t Session::vst_callback (
                if (session) {
                        session->set_dirty ();
                }
-               /* allow plugin UI to update */
-#ifdef WINDOWS_VST_SUPPORT
-               fst_audio_master_idle();
-#endif
                return 0;
 
        case audioMasterBeginEdit: