summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/diskstream.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-31 21:16:44 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-31 21:16:44 +0000
commit4978c0d4c63bba054181cc0988fd83bc5fa8c9eb (patch)
tree1e7d61452e192e41d475f2f3adf4374026c5140f /libs/ardour/ardour/diskstream.h
parentc0b59854ff2feb3e727c8014e7f30cbc00b22497 (diff)
A few comments and minor coding style adjustments.
git-svn-id: svn://localhost/ardour2/branches/3.0@10358 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/diskstream.h')
-rw-r--r--libs/ardour/ardour/diskstream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/ardour/diskstream.h b/libs/ardour/ardour/diskstream.h
index 039474b5bd..bac998f677 100644
--- a/libs/ardour/ardour/diskstream.h
+++ b/libs/ardour/ardour/diskstream.h
@@ -283,8 +283,12 @@ class Diskstream : public SessionObject, public PublicDiskstream
double _speed;
double _target_speed;
+ /** The next frame position that we should be reading from in our playlist */
framepos_t file_frame;
framepos_t playback_sample;
+ /** The number of frames that have been played back this time around the process/commit
+ * cycle, accounting for varispeed.
+ */
framecnt_t playback_distance;
bool in_set_state;