Alert the user if a connection is made which causes
authorCarl Hetherington <carl@carlh.net>
Wed, 9 Nov 2011 17:44:39 +0000 (17:44 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 9 Nov 2011 17:44:39 +0000 (17:44 +0000)
commit69c88d165dfd3bf373a708d19bfedaa7672acec5
tree4920d214837cc388d34b53e3b2ae2ca78905ca7d
parent0ed06420c2364a038f9909255bda93d2d134d5cc
Alert the user if a connection is made which causes
feedback, and preserve the route graph in the state
that it was in before the feedback was introduced. The
intent being to simplify the code, reduce the number of
areas of code which must consider feedback, and fix a
few bugs.

git-svn-id: svn://localhost/ardour2/branches/3.0@10510 d708f5d6-7413-0410-9779-e7cbd77b26cf
14 files changed:
gtk2_ardour/ardour_ui.cc
gtk2_ardour/ardour_ui.h
libs/ardour/ardour/graph.h
libs/ardour/ardour/route.h
libs/ardour/ardour/route_dag.h [deleted file]
libs/ardour/ardour/route_graph.h [new file with mode: 0644]
libs/ardour/ardour/session.h
libs/ardour/graph.cc
libs/ardour/route.cc
libs/ardour/route_dag.cc [deleted file]
libs/ardour/route_graph.cc [new file with mode: 0644]
libs/ardour/session.cc
libs/ardour/session_process.cc
libs/ardour/wscript