mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
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:
parent
da03bc931b
commit
dbb0b9ca4f
9 changed files with 135 additions and 41 deletions
|
|
@ -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 ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue