mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
update plugin UIs at reasonable rate (25Hz)
This commit is contained in:
parent
bd9e2737b7
commit
c33cabeb82
2 changed files with 4 additions and 4 deletions
|
|
@ -836,7 +836,7 @@ GenericPluginUI::start_updating (GdkEventAny*)
|
|||
{
|
||||
if (output_controls.size() > 0 ) {
|
||||
screen_update_connection.disconnect();
|
||||
screen_update_connection = ARDOUR_UI::instance()->RapidScreenUpdate.connect
|
||||
screen_update_connection = ARDOUR_UI::instance()->SuperRapidScreenUpdate.connect
|
||||
(sigc::mem_fun(*this, &GenericPluginUI::output_update));
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue