Allow to un/link foldback send panners

This commit is contained in:
Robin Gareus 2021-08-17 18:58:54 +02:00
parent db8262bd7b
commit 5834728e2f
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 28 additions and 5 deletions

View file

@ -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 ();