summaryrefslogtreecommitdiffstats
path: root/test/quantize_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/quantize_test.cpp')
-rw-r--r--test/quantize_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/quantize_test.cpp b/test/quantize_test.cpp
index 39ba899..a3c30de 100644
--- a/test/quantize_test.cpp
+++ b/test/quantize_test.cpp
@@ -13,8 +13,8 @@ main()
for (double in = 0.0; in < 32; in += 0.23) {
TimeStamp beats(TimeUnit(TimeUnit::BEATS, 19200), in);
- cout << "Q(" << in << ", 1/4) = "
- << Quantizer::quantize(q, beats) << endl;
+ /*cout << "Q(" << in << ", 1/4) = "
+ << Quantizer::quantize(q, beats) << endl;*/
if (Quantizer::quantize(q, beats).subticks() % (19200/4) != 0)
return 1;