13
0
git-svn-id: svn://localhost/ardour2/branches/3.0@10363 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-10-31 21:17:33 +00:00
parent 03b57c455a
commit 1162077965

View File

@ -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;