From 724bb11d5df2fd688390788ca641c92a940cb724 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jan 2010 22:31:26 +0000 Subject: Tidy test output. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2370 a436a847-0d15-0410-975c-d299462d15a1 --- test/quantize_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/quantize_test.cpp') 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; -- cgit v1.2.1