13
0

debugging output

git-svn-id: svn://localhost/ardour2/branches/3.0@9618 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-05-27 23:44:13 +00:00
parent 3d05125a86
commit a699df37ad

View File

@ -384,6 +384,13 @@ AudioRegion::_read_at (const SourceList& /*srcs*/, framecnt_t limit,
framecnt_t to_read;
bool raw = (rops == ReadOpsNone);
cerr << name() << " _read_at, limit = " << limit
<< " pos " << position
<< " cnt " << cnt
<< " chan " << chan_n
<< " rops " << hex << rops << dec
<< endl;
if (n_channels() == 0) {
return 0;
}