summaryrefslogtreecommitdiff
path: root/gtk2_ardour/control_slave_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-09 15:35:56 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-09 16:03:14 -0400
commit212afd402c98e71e3ccc6ce3c8795234aef66f54 (patch)
tree10bddd4e899f7745c0ec44503153e676fe5c97be /gtk2_ardour/control_slave_ui.h
parentef6f0de5a31bd14a4d48e806b3b56b2845ebd690 (diff)
color management and handling for VCAs
Diffstat (limited to 'gtk2_ardour/control_slave_ui.h')
-rw-r--r--gtk2_ardour/control_slave_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/control_slave_ui.h b/gtk2_ardour/control_slave_ui.h
index 1ce35720ec..3443e1a79a 100644
--- a/gtk2_ardour/control_slave_ui.h
+++ b/gtk2_ardour/control_slave_ui.h
@@ -27,6 +27,7 @@
#include <gtkmm/checkmenuitem.h>
#include "pbd/signals.h"
+#include "pbd/properties.h"
#include "ardour/session_handle.h"
@@ -47,8 +48,10 @@ class ControlSlaveUI : public Gtk::HBox, public ARDOUR::SessionHandlePtr
private:
boost::shared_ptr<ARDOUR::Stripable> stripable;
PBD::ScopedConnectionList connections;
+ PBD::ScopedConnectionList master_connections;
ArdourButton initial_button;
+ void master_property_changed (PBD::PropertyChange const &);
void update_vca_display ();
void vca_menu_toggle (Gtk::CheckMenuItem*, uint32_t n);
bool specific_vca_button_release (GdkEventButton* ev, uint32_t n);