Tempo ramps - comment out debugging
This commit is contained in:
parent
acf7c2592a
commit
7e408b38d8
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user