tempo display: when tempo map changes, metric markers must be reassociated with the new map
This commit is contained in:
parent
d66bda9f07
commit
8f7a267900
@ -448,7 +448,8 @@ Editor::update_tempo_curves (double min_tempo, double max_tempo, samplecnt_t sr)
|
||||
void
|
||||
Editor::tempo_map_changed ()
|
||||
{
|
||||
TempoMap::fetch ();
|
||||
TempoMap::SharedPtr current_map = TempoMap::fetch ();
|
||||
reassociate_metric_markers (current_map);
|
||||
tempo_map_visual_update ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user