From 11620779654f1f7d06373b7e02ca89d2f638a736 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 31 Oct 2011 21:17:33 +0000 Subject: [PATCH] Comment. git-svn-id: svn://localhost/ardour2/branches/3.0@10363 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/diskstream.h | 3 +++ 1 file changed, 3 insertions(+) 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;