summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/strip.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/mackie/strip.h')
-rw-r--r--libs/surfaces/mackie/strip.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/surfaces/mackie/strip.h b/libs/surfaces/mackie/strip.h
index cfca9c166e..4a96fdcf39 100644
--- a/libs/surfaces/mackie/strip.h
+++ b/libs/surfaces/mackie/strip.h
@@ -77,7 +77,9 @@ public:
// call all signal handlers manually
void notify_all();
- bool handle_button (SurfacePort & port, Control & control, ButtonState bs);
+ void handle_button (Button&, ButtonState bs);
+ void handle_fader (Fader&, float position);
+ void handle_pot (Pot&, ControlState&);
void periodic ();