From aa0204c491a197f9e827c7a27bf4c1a0585363b8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 17 Nov 2008 06:01:02 +0000 Subject: Run. Sorta. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1757 a436a847-0d15-0410-975c-d299462d15a1 --- tests/time_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/time_test.cpp') diff --git a/tests/time_test.cpp b/tests/time_test.cpp index 2f87f87..a84993b 100644 --- a/tests/time_test.cpp +++ b/tests/time_test.cpp @@ -10,7 +10,7 @@ int main() { TimeUnit unit(TimeUnit::BEATS, 19200); - TimeSlice ts(48000, 120); + TimeSlice ts(48000, 19200, 120.0); double in_double; cout << "Beats: "; -- cgit v1.2.1