Make MIDI busses possible targets of internal sends
The session only added an internal return to new audio busses, and so only those were proposed in the "New Aux Send" list. Also add the return to new midi busses, now that internal sends know how to deal with midi.
This commit is contained in:
parent
09c4c51335
commit
49c9569039
@ -2580,6 +2580,7 @@ Session::new_midi_route (RouteGroup* route_group, uint32_t how_many, string name
|
||||
route_group->add (bus);
|
||||
}
|
||||
|
||||
bus->add_internal_return ();
|
||||
ret.push_back (bus);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user