Tempo ramps - avoid sending negative beats to the BFC.
This commit is contained in:
parent
cb43d485fa
commit
a7df009de7
@ -2042,7 +2042,7 @@ TempoMap::solve_map (Metrics& imaginary, TempoSection* section, const Tempo& bpm
|
||||
}
|
||||
}
|
||||
}
|
||||
if (section->movable() && frame < first_m_frame) {
|
||||
if (section->movable() && frame <= first_m_frame) {
|
||||
return false;
|
||||
} else {
|
||||
section->set_active (true);
|
||||
|
Loading…
Reference in New Issue
Block a user