mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix MacVST UI idle calls
This commit is contained in:
parent
ec31741ee6
commit
68cbbe892f
1 changed files with 1 additions and 1 deletions
|
|
@ -146,6 +146,6 @@ bool
|
|||
MacVSTPluginUI::idle ()
|
||||
{
|
||||
AEffect* plugin = _vst->state()->plugin;
|
||||
_vst->state()->wantIdle = plugin->dispatcher (plugin, effIdle, 0, 0, NULL, 0);
|
||||
_vst->state()->wantIdle = plugin->dispatcher (plugin, effEditIdle, 0, 0, NULL, 0);
|
||||
return true; // _vst->state()->wantIdle;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue