summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/diskstream.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-31 21:17:33 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-31 21:17:33 +0000
commit11620779654f1f7d06373b7e02ca89d2f638a736 (patch)
treed98b7fc14a73ccc6a19f97ae70c9c1e3c80a9659 /libs/ardour/ardour/diskstream.h
parent03b57c455adeb7b9040d9f79a5b87c435a64814c (diff)
Comment.
git-svn-id: svn://localhost/ardour2/branches/3.0@10363 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/diskstream.h')
-rw-r--r--libs/ardour/ardour/diskstream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/ardour/diskstream.h b/libs/ardour/ardour/diskstream.h
index cd7af80f9e..b616752562 100644
--- a/libs/ardour/ardour/diskstream.h
+++ b/libs/ardour/ardour/diskstream.h
@@ -263,6 +263,9 @@ class Diskstream : public SessionObject, public PublicDiskstream
bool was_recording;
framecnt_t adjust_capture_position;
framecnt_t _capture_offset;
+ /** The number of frames by which this diskstream's output should be delayed
+ with respect to the transport frame. This is used for latency compensation.
+ */
framecnt_t _roll_delay;
framepos_t first_recordable_frame;
framepos_t last_recordable_frame;