Audio locked meters with an existing tempo may be dragged past that tempo's location.
This commit is contained in:
parent
3e29a46603
commit
e05b0862b5
@ -2027,6 +2027,7 @@ TempoMap::solve_map_frame (Metrics& imaginary, TempoSection* section, const fram
|
|||||||
if (prev_t) {
|
if (prev_t) {
|
||||||
if (t == section) {
|
if (t == section) {
|
||||||
section_prev = prev_t;
|
section_prev = prev_t;
|
||||||
|
prev_t = t;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (t->position_lock_style() == MusicTime) {
|
if (t->position_lock_style() == MusicTime) {
|
||||||
|
Loading…
Reference in New Issue
Block a user