mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Support for the port matrix working at the bundle level and hiding details of ports.
git-svn-id: svn://localhost/ardour2/branches/3.0@5029 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7e48118bf1
commit
1ae39840b3
19 changed files with 560 additions and 256 deletions
|
|
@ -483,7 +483,7 @@ PortMatrixBody::highlight_associated_channels (int dim, uint32_t N)
|
|||
for (ARDOUR::BundleList::const_iterator i = b.begin(); i != b.end(); ++i) {
|
||||
for (uint32_t j = 0; j < (*i)->nchannels(); ++j) {
|
||||
bc[1 - dim] = ARDOUR::BundleChannel (*i, j);
|
||||
if (_matrix->get_state (bc) == PortMatrix::ASSOCIATED) {
|
||||
if (_matrix->get_state (bc) == PortMatrixNode::ASSOCIATED) {
|
||||
if (dim == _matrix->column_index()) {
|
||||
_row_labels->add_channel_highlight (bc[1 - dim]);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue