13
0

Tempo ramps - comment out debugging

This commit is contained in:
nick_m 2016-03-08 05:06:03 +11:00
parent acf7c2592a
commit 7e408b38d8

View 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;
}