mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Allow to un/link foldback send panners
This commit is contained in:
parent
db8262bd7b
commit
5834728e2f
3 changed files with 28 additions and 5 deletions
|
|
@ -83,6 +83,7 @@ public:
|
|||
|
||||
private:
|
||||
void led_clicked (GdkEventButton*);
|
||||
bool pan_knob_press (GdkEventButton*);
|
||||
bool button_press (GdkEventButton*);
|
||||
bool button_release (GdkEventButton*);
|
||||
void set_gain (float new_gain);
|
||||
|
|
@ -91,6 +92,7 @@ private:
|
|||
void route_property_changed (const PBD::PropertyChange&);
|
||||
void name_changed ();
|
||||
void send_state_changed ();
|
||||
void send_pan_changed ();
|
||||
void level_adjusted ();
|
||||
void level_changed ();
|
||||
void set_tooltip ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue