diff options
author | David Robillard <d@drobilla.net> | 2007-03-31 01:40:11 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-03-31 01:40:11 +0000 |
commit | 423cbc959a04b6d54365b943b22936ec6b2a4b62 (patch) | |
tree | 9e349380384b0e8b5532a6507f32e21cfe20a5b9 /raul/TimeSlice.h | |
parent | 9e81a81484aa0142f0c02cf066c41bd2d2c84eea (diff) | |
download | raul-423cbc959a04b6d54365b943b22936ec6b2a4b62.tar.gz raul-423cbc959a04b6d54365b943b22936ec6b2a4b62.tar.bz2 raul-423cbc959a04b6d54365b943b22936ec6b2a4b62.zip |
Added RingBuffer and MIDIRingBuffer classes/tests.
git-svn-id: http://svn.drobilla.net/lad/raul@382 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/TimeSlice.h')
-rw-r--r-- | raul/TimeSlice.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/raul/TimeSlice.h b/raul/TimeSlice.h index 7ffd8a4..dec91e5 100644 --- a/raul/TimeSlice.h +++ b/raul/TimeSlice.h @@ -20,17 +20,11 @@ #include <cassert> #include <boost/utility.hpp> +#include <raul/types.h> namespace Raul { -typedef uint32_t TickTime; ///< absolute time in ticks -typedef uint32_t TickCount; ///< offset in ticks -typedef double BeatTime; -typedef double BeatCount; -typedef double Seconds; - - /** A duration of time, with conversion between tick time and beat time. * * This is a slice along a single timeline (ie t=0 in ticks and t=0 in beats |