summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/push2.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-17 08:37:39 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-27 14:59:29 -0500
commitc26de72870e3ea2cb68eda8a39d86f450651615d (patch)
treec18ea406e253f025b1826becbf9c2aba07f10257 /libs/surfaces/push2/push2.h
parentf290be21ee896912553efbe5ec7f75d1d027ac13 (diff)
use encoders for gain control
Diffstat (limited to 'libs/surfaces/push2/push2.h')
-rw-r--r--libs/surfaces/push2/push2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/surfaces/push2/push2.h b/libs/surfaces/push2/push2.h
index 0ddfad2f15..2ffbb29d4d 100644
--- a/libs/surfaces/push2/push2.h
+++ b/libs/surfaces/push2/push2.h
@@ -376,6 +376,11 @@ class Push2 : public ARDOUR::ControlProtocol
void button_fwd4t ();
void button_fwd4 ();
+ /* encoders */
+
+ void strip_vpot (int, int);
+ void other_vpot (int, int);
+
/* widgets */
Cairo::RefPtr<Cairo::Context> context;