Tempo ramps - avoid sending negative beats to the BFC.
authornick_m <mainsbridge@gmail.com>
Sat, 26 Mar 2016 23:45:51 +0000 (10:45 +1100)
committernick_m <mainsbridge@gmail.com>
Fri, 27 May 2016 13:38:12 +0000 (23:38 +1000)
libs/ardour/tempo.cc

index 90dc8af537c24563f7a4538a27cac201a248e29d..0ffe36485fb13500dbeba933b5a783ccd4181563 100644 (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);