mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Amend last commit.
This commit is contained in:
parent
e05b0862b5
commit
260a0ca12c
1 changed files with 3 additions and 1 deletions
|
|
@ -2027,7 +2027,9 @@ TempoMap::solve_map_frame (Metrics& imaginary, TempoSection* section, const fram
|
|||
if (prev_t) {
|
||||
if (t == section) {
|
||||
section_prev = prev_t;
|
||||
prev_t = t;
|
||||
if (t->locked_to_meter()) {
|
||||
prev_t = t;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
if (t->position_lock_style() == MusicTime) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue