mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
editor markers: refactor ::reassociate_metric_marks() to be able to process one marker at a time
This commit is contained in:
parent
9ee4c14bce
commit
7ea072a4f4
2 changed files with 40 additions and 33 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue