mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
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:
parent
87559a6054
commit
b60e9f7df9
1 changed files with 0 additions and 4 deletions
|
|
@ -497,10 +497,6 @@ intptr_t Session::vst_callback (
|
||||||
if (session) {
|
if (session) {
|
||||||
session->set_dirty ();
|
session->set_dirty ();
|
||||||
}
|
}
|
||||||
/* allow plugin UI to update */
|
|
||||||
#ifdef WINDOWS_VST_SUPPORT
|
|
||||||
fst_audio_master_idle();
|
|
||||||
#endif
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
case audioMasterBeginEdit:
|
case audioMasterBeginEdit:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue