mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
handle MidiBusses in channel-count
This commit is contained in:
parent
6972db0d55
commit
ec70ea7b0f
1 changed files with 1 additions and 0 deletions
|
|
@ -375,6 +375,7 @@ AddRouteDialog::channels ()
|
|||
ret.set (DataType::MIDI, 0);
|
||||
break;
|
||||
|
||||
case MidiBus:
|
||||
case MidiTrack:
|
||||
ret.set (DataType::AUDIO, 0);
|
||||
ret.set (DataType::MIDI, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue