mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
Comment.
git-svn-id: svn://localhost/ardour2/branches/3.0@10360 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9afd18358b
commit
d47e9247df
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue