mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Implement instrument fan-out options (group, track/bus)
This commit is contained in:
parent
ddd79819dc
commit
33942e6d52
3 changed files with 30 additions and 5 deletions
|
|
@ -208,7 +208,7 @@ class RouteUI : public virtual ARDOUR::SessionHandlePtr, public virtual PBD::Sco
|
|||
|
||||
void manage_pins ();
|
||||
void maybe_add_route_print_mgr ();
|
||||
void fan_out (bool to_busses = true);
|
||||
void fan_out (bool to_busses = true, bool group = true);
|
||||
|
||||
virtual void route_property_changed (const PBD::PropertyChange&) = 0;
|
||||
void route_removed ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue