mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
Give just one system tab rather than mono / stereo. Fix bundles-only mode of the port matrix.
git-svn-id: svn://localhost/ardour2/branches/3.0@6321 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8dab33c609
commit
71f1b360a0
2 changed files with 7 additions and 31 deletions
|
|
@ -186,7 +186,7 @@ PortMatrixComponent::position_to_channel (double p, double, boost::shared_ptr<co
|
|||
|
||||
if (_matrix->show_only_bundles()) {
|
||||
|
||||
if (p == 0) {
|
||||
if (p < 1) {
|
||||
return ARDOUR::BundleChannel (j->bundle, 0);
|
||||
} else {
|
||||
p -= 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue