editor markers: refactor ::reassociate_metric_marks() to be able to process one marker at a time

This commit is contained in:
Paul Davis 2022-01-15 20:04:03 -07:00
parent 9ee4c14bce
commit 7ea072a4f4
2 changed files with 40 additions and 33 deletions

View file

@ -1846,6 +1846,7 @@ private:
void compute_current_bbt_points (Temporal::TempoMapPoints& grid, samplepos_t left, samplepos_t right);
void reassociate_metric_markers (Temporal::TempoMap::SharedPtr const &);
void reassociate_metric_marker (Temporal::TempoMap::SharedPtr const & tmap, Temporal::TempoMap::Metrics & metric, ArdourMarker& marker);
void tempo_map_changed ();
void redisplay_grid (bool immediate_redraw);