diff options
author | David Robillard <d@drobilla.net> | 2008-11-17 06:01:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-11-17 06:01:02 +0000 |
commit | aa0204c491a197f9e827c7a27bf4c1a0585363b8 (patch) | |
tree | 73d0aa0e1fb4435a0e738eef73637bc0a9ce0ddf /tests | |
parent | d287e5e3d23a5dfd9fda0da83ea6ec512e386655 (diff) | |
download | raul-aa0204c491a197f9e827c7a27bf4c1a0585363b8.tar.gz raul-aa0204c491a197f9e827c7a27bf4c1a0585363b8.tar.bz2 raul-aa0204c491a197f9e827c7a27bf4c1a0585363b8.zip |
Run. Sorta.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1757 a436a847-0d15-0410-975c-d299462d15a1
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: "; |