13
0

Remove a call to 'fst_audio_master_idle()'

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
This commit is contained in:
John Emmas 2018-10-02 09:17:32 +01:00
parent 87559a6054
commit b60e9f7df9

View 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: