summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/push2.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-09-22 16:28:25 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-27 14:59:31 -0500
commit69a789c513f473baa079d5b70e8ebf6c37e36b31 (patch)
tree1dc8047d26515846daaebd814030b851614e1158 /libs/surfaces/push2/push2.h
parent67540ad0f53b11eff6d8e11cc0863c765aa9af37 (diff)
push2: make quantize and duplicate buttons do something useful
Diffstat (limited to 'libs/surfaces/push2/push2.h')
-rw-r--r--libs/surfaces/push2/push2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/surfaces/push2/push2.h b/libs/surfaces/push2/push2.h
index e2da7e7ff2..47e4ab051e 100644
--- a/libs/surfaces/push2/push2.h
+++ b/libs/surfaces/push2/push2.h
@@ -470,6 +470,8 @@ class Push2 : public ARDOUR::ControlProtocol
void button_add_track ();
void button_stop ();
void button_master ();
+ void button_quantize ();
+ void button_duplicate ();
void button_shift_press ();
void button_shift_release ();
void button_shift_long_press ();