mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
fix (some) editing based on tempo & meter marks
After beginning an edit operation with TempoMap::write_copy(), the tempoPoint and meterPoint objects referenced by markers are incorrect, since they refer to the original map, not the copy we are working on. Fix this with Editor::reassociate_metric_markers() Some instances requiring this fix may still remain
This commit is contained in:
parent
5838bcbe7c
commit
7938d8de4f
6 changed files with 90 additions and 23 deletions
|
|
@ -1813,6 +1813,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 tempo_map_changed ();
|
||||
|
||||
void redisplay_grid (bool immediate_redraw);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue