summaryrefslogtreecommitdiff
path: root/libs/ardour/send.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-25 14:37:20 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-25 14:37:20 +0000
commit926f53244df3d0f43f647f93ee091378ebe101d6 (patch)
tree4849d5a55869ea3242af40eadd39a053c89c2543 /libs/ardour/send.cc
parentf41f07832338a52d7c6ac8f6e7bbe4971f6c0bd3 (diff)
carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listviews - which included a couple of minor marker/time axis view patches for opaqueness etc.
git-svn-id: svn://localhost/ardour2/branches/3.0@6174 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/send.cc')
-rw-r--r--libs/ardour/send.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/send.cc b/libs/ardour/send.cc
index 3039a7fc3b..91e6827e61 100644
--- a/libs/ardour/send.cc
+++ b/libs/ardour/send.cc
@@ -163,6 +163,7 @@ Send::set_state (const XMLNode& node, int version)
_bitslot = _session.next_send_id();
} else {
sscanf (prop->value().c_str(), "%" PRIu32, &_bitslot);
+ cerr << this << " scanned " << prop->value() << " to get " << _bitslot << endl;
_session.mark_send_id (_bitslot);
}