mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
tempo display: when tempo map changes, metric markers must be reassociated with the new map
This commit is contained in:
parent
d66bda9f07
commit
8f7a267900
1 changed files with 2 additions and 1 deletions
|
|
@ -448,7 +448,8 @@ Editor::update_tempo_curves (double min_tempo, double max_tempo, samplecnt_t sr)
|
||||||
void
|
void
|
||||||
Editor::tempo_map_changed ()
|
Editor::tempo_map_changed ()
|
||||||
{
|
{
|
||||||
TempoMap::fetch ();
|
TempoMap::SharedPtr current_map = TempoMap::fetch ();
|
||||||
|
reassociate_metric_markers (current_map);
|
||||||
tempo_map_visual_update ();
|
tempo_map_visual_update ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue