summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/push2.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-09-19 16:11:22 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-27 14:59:31 -0500
commit216ce7bcb89f218dd1966e104416fc94ed6041eb (patch)
treef04c7b351302503b76c5c9482ebec5f6b64162a5 /libs/surfaces/push2/push2.h
parentb83548617077eecacd4e65c3c10ee154494f9823 (diff)
a slew of unconnected mostly minor tweaks to get Push2 support back to where it was...
... prior to using the canvas for the video screen
Diffstat (limited to 'libs/surfaces/push2/push2.h')
-rw-r--r--libs/surfaces/push2/push2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaces/push2/push2.h b/libs/surfaces/push2/push2.h
index b27de8704c..f1a5d8fcfd 100644
--- a/libs/surfaces/push2/push2.h
+++ b/libs/surfaces/push2/push2.h
@@ -346,6 +346,7 @@ class Push2 : public ARDOUR::ControlProtocol
ModifierState modifier_state() const { return _modifier_state; }
Button* button_by_id (ButtonID);
+ static std::string button_name_by_id (ButtonID);
void write (const MidiByteArray&);