mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
remove some debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@9760 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9687e8a667
commit
ae3c7234e7
1 changed files with 0 additions and 2 deletions
|
|
@ -116,8 +116,6 @@ AudioPlaylistSource::set_state (const XMLNode& node, int version, bool with_desc
|
||||||
const XMLProperty* prop;
|
const XMLProperty* prop;
|
||||||
pair<framepos_t,framepos_t> extent = _playlist->get_extent();
|
pair<framepos_t,framepos_t> extent = _playlist->get_extent();
|
||||||
|
|
||||||
cerr << "APS " << id() << " playlist ID " << _playlist->id() << " has " << _playlist->n_regions() << " playlist extents = " << extent.first << " .. " << extent.second << endl;
|
|
||||||
|
|
||||||
AudioSource::_length = extent.second - extent.first;
|
AudioSource::_length = extent.second - extent.first;
|
||||||
|
|
||||||
if ((prop = node.property (X_("channel"))) == 0) {
|
if ((prop = node.property (X_("channel"))) == 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue