mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Audio locked meters with an existing tempo may be dragged past that tempo's location.
This commit is contained in:
parent
3e29a46603
commit
e05b0862b5
1 changed files with 1 additions and 0 deletions
|
|
@ -2027,6 +2027,7 @@ TempoMap::solve_map_frame (Metrics& imaginary, TempoSection* section, const fram
|
|||
if (prev_t) {
|
||||
if (t == section) {
|
||||
section_prev = prev_t;
|
||||
prev_t = t;
|
||||
continue;
|
||||
}
|
||||
if (t->position_lock_style() == MusicTime) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue