mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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) {
|
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 (
|
_output_bundle->add_channel (
|
||||||
shadow_port->name(),
|
shadow_port->name(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue