summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-04 14:53:13 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:39 -0400
commitdc9f579a8b29203df1ab25691451cad1071d52a2 (patch)
tree6d4069d5a4b73fd6790407f5c4770926730a20c6 /gtk2_ardour/vca_master_strip.h
parent9339a7b9979863537401100762e39c231fd8bc53 (diff)
add GUI support for slaving VCAs to other VCAs
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index b65aef0c4a..a058f45824 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -22,6 +22,7 @@
#include <boost/shared_ptr.hpp>
#include <gtkmm/box.h>
+#include <gtkmm/menuitem.h>
#include "ardour_button.h"
#include "axis_view.h"
@@ -73,6 +74,10 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
void set_solo_text ();
void solo_changed ();
void mute_changed ();
+ void vca_menu_toggle (Gtk::CheckMenuItem* menuitem, uint32_t n);
+ void vca_unassign ();
+ bool vca_button_release (GdkEventButton*);
+
};