summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/mackie/button.h')
-rw-r--r--libs/surfaces/mackie/button.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/surfaces/mackie/button.h b/libs/surfaces/mackie/button.h
index 61f09d7a03..42d2ec45b1 100644
--- a/libs/surfaces/mackie/button.h
+++ b/libs/surfaces/mackie/button.h
@@ -39,7 +39,7 @@ public:
enum ID {
/* Global Buttons */
-
+
Track,
Send,
Pan,
@@ -111,7 +111,7 @@ public:
CmdAlt,
/* Strip buttons */
-
+
RecEnable,
Solo,
Mute,
@@ -129,12 +129,12 @@ public:
: Control (did, name, group)
, _bid (bid)
, _led (did, name + "_led", group) {}
-
+
MidiByteArray zero() { return _led.zero (); }
MidiByteArray set_state (LedState ls) { return _led.set_state (ls); }
-
+
ID bid() const { return _bid; }
-
+
static Control* factory (Surface& surface, Button::ID bid, int id, const std::string&, Group& group);
static int name_to_id (const std::string& name);
static std::string id_to_name (Button::ID);