add a note to self
authorRobin Gareus <robin@gareus.org>
Sat, 16 Jul 2016 12:48:49 +0000 (14:48 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 16 Jul 2016 12:48:49 +0000 (14:48 +0200)
libs/ardour/route.cc

index e59677f44ccd28b78b159d6da9e03e4ea6d23759..8f32ca1aa37c6b4aa08ffe6745426c63a93bb536 100644 (file)
@@ -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;
                        }