update plugin UIs at reasonable rate (25Hz)

This commit is contained in:
Robin Gareus 2013-07-11 14:54:28 +02:00
parent bd9e2737b7
commit c33cabeb82
2 changed files with 4 additions and 4 deletions

View file

@ -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;