summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport/faderport.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/faderport/faderport.h')
-rw-r--r--libs/surfaces/faderport/faderport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/surfaces/faderport/faderport.h b/libs/surfaces/faderport/faderport.h
index cc2dd1fd3c..b88fb305b6 100644
--- a/libs/surfaces/faderport/faderport.h
+++ b/libs/surfaces/faderport/faderport.h
@@ -167,6 +167,7 @@ class FaderPort : public ARDOUR::ControlProtocol, public AbstractUI<FaderPortReq
bool _device_active;
int fader_msb;
int fader_lsb;
+ bool fader_is_touched;
void sysex_handler (MIDI::Parser &p, MIDI::byte *, size_t);
void switch_handler (MIDI::Parser &, MIDI::EventTwoBytes* tb);
@@ -288,6 +289,7 @@ class FaderPort : public ARDOUR::ControlProtocol, public AbstractUI<FaderPortReq
void map_listen (void*,bool);
void map_mute (void*);
void map_recenable ();
+ void map_gain ();
/* operations (defined in operations.cc) */