mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
explanatory comment
This commit is contained in:
parent
66a3513dbd
commit
9b51d80210
1 changed files with 3 additions and 0 deletions
|
|
@ -838,6 +838,9 @@ Editor::abort_tempo_map_edit ()
|
||||||
/* this drops the lock held while we have a writable copy in our per-thread pointer */
|
/* this drops the lock held while we have a writable copy in our per-thread pointer */
|
||||||
TempoMap::abort_update ();
|
TempoMap::abort_update ();
|
||||||
|
|
||||||
|
/* Now update our own per-thread copy of the tempo map pointer to be
|
||||||
|
the canonical one, and reconnect markers with elements of that map
|
||||||
|
*/
|
||||||
TempoMap::SharedPtr tmap (TempoMap::fetch());
|
TempoMap::SharedPtr tmap (TempoMap::fetch());
|
||||||
reassociate_metric_markers (tmap);
|
reassociate_metric_markers (tmap);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue