make Scene ports visible in MIDI connection matrix
This commit is contained in:
parent
a1acf288ec
commit
379d75c66d
@ -708,11 +708,6 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp
|
||||
|
||||
/* 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);
|
||||
|
||||
} else if (flags & IsPhysical) {
|
||||
|
Loading…
Reference in New Issue
Block a user