debugging output
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 27 May 2011 23:44:13 +0000 (23:44 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 27 May 2011 23:44:13 +0000 (23:44 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9618 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/audioregion.cc

index 447e4b8d953c8ec5fd9c6d6ac0f2afe2d311f8e9..4beabab67a9bb6170499c82b64729ccc95662bf3 100644 (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;
        }