mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
make Scene ports visible in MIDI connection matrix
This commit is contained in:
parent
a1acf288ec
commit
379d75c66d
1 changed files with 0 additions and 5 deletions
|
|
@ -708,11 +708,6 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp
|
||||||
|
|
||||||
/* we own this port (named after the program) */
|
/* we own this port (named after the program) */
|
||||||
|
|
||||||
/* Hide scene ports for now */
|
|
||||||
if (p.find (_("Scene ")) != string::npos) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
extra_program[t].push_back (p);
|
extra_program[t].push_back (p);
|
||||||
|
|
||||||
} else if (flags & IsPhysical) {
|
} else if (flags & IsPhysical) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue