mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Fix fan-out channel-assignment
This commit is contained in:
parent
d8198acede
commit
7fb259ece2
1 changed files with 1 additions and 0 deletions
|
|
@ -300,6 +300,7 @@ Plugin::describe_io_port (ARDOUR::DataType dt, bool input, uint32_t id) const
|
|||
|
||||
Plugin::IOPortDescription iod (ss.str());
|
||||
iod.group_name = gn.str();
|
||||
iod.group_channel = id % 2;
|
||||
return iod;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue