Various adjustments to user bundle handling, with the general aim of allowing the user to create meaningful bundles with respect to their sound card an outboard setup, and having those user bundles take priority over ardour-generated ones.

git-svn-id: svn://localhost/ardour2/branches/3.0@6050 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-11-10 03:16:57 +00:00
parent da03bc931b
commit dbb0b9ca4f
9 changed files with 135 additions and 41 deletions

View file

@ -594,7 +594,7 @@ PortMatrix::add_channel_proxy (boost::weak_ptr<Bundle> w)
void
PortMatrix::bundle_changed (ARDOUR::Bundle::Change c)
{
if (c & (Bundle::DirectionChanged | Bundle::TypeChanged)) {
if (c != Bundle::NameChanged) {
setup_all_ports ();
}