13
0

Tempo ramps - avoid sending negative beats to the BFC.

This commit is contained in:
nick_m 2016-03-27 10:45:51 +11:00
parent cb43d485fa
commit a7df009de7

View File

@ -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);