summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-16 14:48:49 +0200
committerRobin Gareus <robin@gareus.org>2016-07-16 14:48:49 +0200
commitb7d730433bb122387d6062bc59e6c96d0e72d4fa (patch)
treeb00bb5d4feb413f0f3b4985cc742dfe0a74996b6 /libs/ardour/route.cc
parent25a4cae8ad30dc090f2313600456d759ab7e81a5 (diff)
add a note to self
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index e59677f44c..8f32ca1aa3 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -3174,6 +3174,7 @@ Route::direct_feeds_according_to_reality (boost::shared_ptr<Route> other, bool*
if (iop != 0) {
boost::shared_ptr<const IO> iop_out = iop->output();
if (other.get() == this && iop_out && iop->input() && iop_out->connected_to (iop->input())) {
+ // TODO this needs a delaylines in the Insert to align connections (!)
DEBUG_TRACE (DEBUG::Graph, string_compose ("\tIOP %1 does feed its own return (%2)\n", iop->name(), other->name()));
continue;
}