Tempo ramps - comment out debugging
authornick_m <mainsbridge@gmail.com>
Mon, 7 Mar 2016 18:06:03 +0000 (05:06 +1100)
committernick_m <mainsbridge@gmail.com>
Fri, 27 May 2016 13:38:11 +0000 (23:38 +1000)
libs/ardour/tempo.cc

index 1cc63c928648182a82d1a4f21874dc8714350db9..e62bf3c586c08b75a3b61035d9128d680748999c 100644 (file)
@@ -1834,6 +1834,7 @@ TempoMap::solve_map (Metrics& imaginary, TempoSection* section, const Tempo& bpm
                return true;
        }
 
+       /*
        TempoSection* prev_ts = 0;
        std::cerr << "dumping beat order ------" << std::endl;
        std::cerr << "section    : " << section->beats_per_minute() << " | " << section->beat() << " | " << section->frame() << std::endl;
@@ -1855,6 +1856,7 @@ TempoMap::solve_map (Metrics& imaginary, TempoSection* section, const Tempo& bpm
        }
        std::cerr << "end dump ------";
        prev_ts = 0;
+       */
 
        return false;
 }