Set up IO bundles properly so that mixer strip IO button text is set correctly.
git-svn-id: svn://localhost/ardour2/branches/3.0@5454 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
168b1471dc
commit
86a70f19fb
@ -1139,7 +1139,7 @@ IO::setup_bundles ()
|
||||
char buf[32];
|
||||
|
||||
if (!_bundle) {
|
||||
_bundle.reset (new Bundle (true));
|
||||
_bundle.reset (new Bundle (_direction == Input));
|
||||
}
|
||||
|
||||
_bundle->suspend_signals ();
|
||||
@ -1168,7 +1168,7 @@ BundleList
|
||||
IO::bundles_connected ()
|
||||
{
|
||||
BundleList bundles;
|
||||
|
||||
|
||||
/* User bundles */
|
||||
for (std::vector<UserBundleInfo>::iterator i = _bundles_connected.begin(); i != _bundles_connected.end(); ++i) {
|
||||
bundles.push_back (i->bundle);
|
||||
|
Loading…
Reference in New Issue
Block a user