mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
fix name of port bundle for MIDI surface shadow port
This commit is contained in:
parent
1d1ba186b9
commit
88a599816a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue