Comment.
authorCarl Hetherington <carl@carlh.net>
Mon, 31 Oct 2011 21:17:02 +0000 (21:17 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 31 Oct 2011 21:17:02 +0000 (21:17 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10360 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/audio_diskstream.cc

index 77c0ac94324cac3318d6462f410cf6873987f1e2..e5ae9a15063d50174a49b740da5c156d91dd5e8c 100644 (file)
@@ -673,6 +673,10 @@ AudioDiskstream::process (framepos_t transport_frame, pframes_t nframes, bool& n
        return ret;
 }
 
+/** Update various things including playback_sample, read pointer on each channel's playback_buf
+ *  and write pointer on each channel's capture_buf.  Also wout whether the butler is needed.
+ *  @return true if the butler is required.
+ */
 bool
 AudioDiskstream::commit (framecnt_t playback_distance)
 {