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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/surfaces/mackie/button.h b/libs/surfaces/mackie/button.h
index d6d6fd17e8..b90f4b21a3 100644
--- a/libs/surfaces/mackie/button.h
+++ b/libs/surfaces/mackie/button.h
@@ -120,12 +120,14 @@ public:
Trim,
Latch,
Grp,
- Nudge,
+ Nudge,
Drop,
Replace,
Click,
View,
+ FinalGlobalButton,
+
/* Strip buttons */
RecEnable,
@@ -149,6 +151,7 @@ public:
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);
private:
ID _bid; /* device independent button ID */