still show port names in bundles with only a single port a given type

The bundle name is typically insufficient to identify the port
This commit is contained in:
Paul Davis 2020-04-09 14:00:10 -06:00
parent be023ef32d
commit 980a38a988

View File

@ -376,11 +376,6 @@ PortMatrixColumnLabels::render_channel_name (
);
}
if (_matrix->count_of_our_type (bc.bundle->nchannels()) > 1) {
/* only plot the name if the bundle has more than one channel;
the name of a single channel is assumed to be redundant */
cairo_save (cr);
cairo_rotate (cr, -angle());
@ -391,7 +386,6 @@ PortMatrixColumnLabels::render_channel_name (
cairo_restore (cr);
}
}
double
PortMatrixColumnLabels::channel_x (ARDOUR::BundleChannel const &bc) const