summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/push2.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/push2/push2.h')
-rw-r--r--libs/surfaces/push2/push2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/surfaces/push2/push2.h b/libs/surfaces/push2/push2.h
index 6180d66813..d1655d1d60 100644
--- a/libs/surfaces/push2/push2.h
+++ b/libs/surfaces/push2/push2.h
@@ -459,6 +459,7 @@ class Push2 : public ARDOUR::ControlProtocol
void button_page_right ();
void button_octave_up ();
void button_octave_down ();
+ void button_layout_press ();
void start_shift ();
void end_shift ();
@@ -532,6 +533,9 @@ class Push2 : public ARDOUR::ControlProtocol
bool _in_key;
int octave_shift;
+
+ bool percussion;
+ void set_percussive_mode (bool);
};