mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
debugging output
git-svn-id: svn://localhost/ardour2/branches/3.0@9618 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3d05125a86
commit
a699df37ad
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue