Fis inability to make the first tempo section constant tempo.
authornick_m <mainsbridge@gmail.com>
Sun, 20 Dec 2015 19:01:57 +0000 (06:01 +1100)
committernick_m <mainsbridge@gmail.com>
Fri, 27 May 2016 13:38:09 +0000 (23:38 +1000)
libs/ardour/tempo.cc

index 0ff92da9976197e66b1ecb1c82084faa4a46e5c7..8f3850fa926ed1623a755053d44a07d35088ec33 100644 (file)
@@ -649,6 +649,7 @@ TempoMap::replace_tempo (const TempoSection& ts, const Tempo& tempo, const BBT_T
                } else {
                        {
                                /* cannot move the first tempo section */
+                               first.set_type (type);
                                *static_cast<Tempo*>(&first) = tempo;
                                recompute_map (false);
                        }