mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
editor: adding handling of mid-mapping tempo redisplay
This commit is contained in:
parent
604984ae6f
commit
f96a0d0ddf
1 changed files with 4 additions and 2 deletions
|
|
@ -850,8 +850,10 @@ Editor::mid_tempo_change (MidTempoChanges what_changed)
|
||||||
update_tempo_based_rulers ();
|
update_tempo_based_rulers ();
|
||||||
maybe_draw_grid_lines ();
|
maybe_draw_grid_lines ();
|
||||||
|
|
||||||
if (!(what_changed & BBTChanged)) {
|
if (!(what_changed & (MappingChanged|BBTChanged))) {
|
||||||
/* Nothing changes in tracks when it is a BBT change */
|
/* Nothing changes in tracks when it is a tempo mapping
|
||||||
|
* operation or a BBT change
|
||||||
|
*/
|
||||||
foreach_time_axis_view (sigc::mem_fun (*this, &Editor::mid_tempo_per_track_update));
|
foreach_time_axis_view (sigc::mem_fun (*this, &Editor::mid_tempo_per_track_update));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue