diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/time_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: "; |