Tweak comment.

git-svn-id: svn://localhost/ardour2/branches/3.0@12432 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-05-24 17:43:07 +00:00
parent 7aeff94792
commit 7110c6de67

View file

@ -703,7 +703,7 @@ AudioRegion::read_at (Sample *buf, Sample *mixdown_buffer, float *gain_buffer,
}
/* MIX THE REGION BODY FROM mixdown_buffer INTO buf */
/* MIX OR COPY THE REGION BODY FROM mixdown_buffer INTO buf */
framecnt_t const N = to_read - fade_in_limit - fade_out_limit;
if (N > 0) {