summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.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/vca_master_strip.h
parentef6f0de5a31bd14a4d48e806b3b56b2845ebd690 (diff)
color management and handling for VCAs
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index 63b5e7a896..7d1edf1acd 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -98,6 +98,9 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
void parameter_changed (std::string const& p);
void set_button_names ();
+
+ void start_color_edit ();
+ void finish_color_edit (int, Gtk::ColorSelectionDialog*);
};