mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
start shaping up VCA assign process
This commit is contained in:
parent
984f4487e0
commit
acaaa98bd0
10 changed files with 129 additions and 6 deletions
|
|
@ -116,6 +116,9 @@ class Mixer_UI : public Gtkmm2ext::Tabbable, public PBD::ScopedConnectionList, p
|
|||
|
||||
bool window_not_visible () const;
|
||||
|
||||
void do_vca_assign (boost::shared_ptr<ARDOUR::VCA>);
|
||||
void do_vca_unassign (boost::shared_ptr<ARDOUR::VCA>);
|
||||
|
||||
protected:
|
||||
void set_route_targets_for_operation ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue