summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/diskstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/diskstream.h')
-rw-r--r--libs/ardour/ardour/diskstream.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/libs/ardour/ardour/diskstream.h b/libs/ardour/ardour/diskstream.h
index f6471e300a..ea5e748ebd 100644
--- a/libs/ardour/ardour/diskstream.h
+++ b/libs/ardour/ardour/diskstream.h
@@ -285,13 +285,8 @@ class Diskstream : public SessionObject, public boost::noncopyable
nframes_t wrap_buffer_size;
nframes_t speed_buffer_size;
- uint64_t last_phase;
-
- /// diskstream speed in 40.24 fixed point math
- uint64_t phi;
-
- /// target diskstream speed in 40.24 fixed point math
- uint64_t target_phi;
+ double _speed;
+ double _target_speed;
nframes_t file_frame;
nframes_t playback_sample;