git-svn-id: svn://localhost/ardour2/branches/3.0@10360 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-10-31 21:17:02 +00:00
parent 9afd18358b
commit d47e9247df

View file

@ -673,6 +673,10 @@ AudioDiskstream::process (framepos_t transport_frame, pframes_t nframes, bool& n
return ret; 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 bool
AudioDiskstream::commit (framecnt_t playback_distance) AudioDiskstream::commit (framecnt_t playback_distance)
{ {