summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/push2.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-17 09:21:29 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-27 14:59:29 -0500
commit2afb7f1a309b3fc46f6f29dbfe8dc65da4b7d0e4 (patch)
tree41ad11d0ba7bfe188080037f5b0444804b2b8549 /libs/surfaces/push2/push2.h
parent66919750311915fb2424dd48d55b514040580f26 (diff)
basic implementation of scrubbing via push2 touch strip
Diffstat (limited to 'libs/surfaces/push2/push2.h')
-rw-r--r--libs/surfaces/push2/push2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaces/push2/push2.h b/libs/surfaces/push2/push2.h
index 6c5b38fd9f..62bebdd2ea 100644
--- a/libs/surfaces/push2/push2.h
+++ b/libs/surfaces/push2/push2.h
@@ -286,6 +286,7 @@ class Push2 : public ARDOUR::ControlProtocol
IDButtonMap id_button_map;
void init_buttons ();
+ void init_touch_strip ();
/* map of Pads by note number */
typedef std::map<int,Pad*> NNPadMap;