mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
make pianoroll update happen on same timer as main editor playhead
This commit is contained in:
parent
5621c62973
commit
b36c1ae129
1 changed files with 1 additions and 1 deletions
|
|
@ -1424,7 +1424,7 @@ Pianoroll::set_trigger (TriggerReference & tref)
|
|||
trigger->PropertyChanged.connect (object_connections, invalidator (*this), std::bind (&Pianoroll::trigger_prop_change, this, _1), gui_context());
|
||||
trigger->ArmChanged.connect (object_connections, invalidator (*this), std::bind (&Pianoroll::trigger_arm_change, this), gui_context());
|
||||
_update_connection.disconnect ();
|
||||
_update_connection = Timers::rapid_connect (sigc::mem_fun (*this, &CueEditor::maybe_update));
|
||||
_update_connection = Timers::super_rapid_connect (sigc::mem_fun (*this, &CueEditor::maybe_update));
|
||||
|
||||
if (trigger) {
|
||||
set_region (trigger->the_region());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue