mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Amend VST "MasterUpdateDisplay", allow UI(s) to idle-update.
This commit is contained in:
parent
98769796d7
commit
9ccace8f0d
1 changed files with 4 additions and 0 deletions
|
|
@ -496,6 +496,10 @@ 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue