mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix default output map display for no plugin processors
(eg. mono->stereo deliveries)
This commit is contained in:
parent
0d9030cee1
commit
e07f465516
1 changed files with 1 additions and 1 deletions
|
|
@ -2916,7 +2916,7 @@ ProcessorBox::setup_routing_feeds ()
|
|||
(*i)->input_icon.set_ports (p->input_streams());
|
||||
(*i)->output_icon.set_ports (p->output_streams());
|
||||
ChanMapping inmap (p->input_streams ());
|
||||
ChanMapping outmap (p->input_streams ());
|
||||
ChanMapping outmap (p->output_streams ());
|
||||
ChanMapping thrumap;
|
||||
(*i)->routing_icon.set (
|
||||
p->input_streams(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue