13
0

Remove debugging from TempoTest::qnDistanceTestRamp ()

This commit is contained in:
nick_m 2017-06-08 22:39:41 +10:00
parent 7a71428fb0
commit 3d5f21a3e5

View File

@ -330,7 +330,6 @@ TempoTest::qnDistanceTestRamp ()
map.add_tempo (tempoG, 0.0, (framepos_t) 2 * 60 * sampling_rate, AudioTime);
Meter meterB (3, 4);
map.add_meter (meterB, 4.0, BBT_Time (2, 1, 0), 288e3, AudioTime);
map.dump (std::cout);
map.recompute_map (map._metrics, 1);
list<MetricSection*>::iterator i = map._metrics.begin();