fix name of port bundle for MIDI surface shadow port
This commit is contained in:
parent
1d1ba186b9
commit
88a599816a
@ -107,7 +107,7 @@ MIDISurface::ports_acquire ()
|
||||
|
||||
if (shadow_port) {
|
||||
|
||||
_output_bundle.reset (new ARDOUR::Bundle (_("Push 2 Pads"), false));
|
||||
_output_bundle.reset (new ARDOUR::Bundle (port_name_prefix, false));
|
||||
|
||||
_output_bundle->add_channel (
|
||||
shadow_port->name(),
|
||||
|
Loading…
Reference in New Issue
Block a user