summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/pot.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-04-14 19:02:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-04-14 19:02:54 +0000
commit2ed2b6122410fcd3e08c9bf8f753de512aa5c6b0 (patch)
tree2c3792dd3eced9a3008fedefdaf9b3816bed53e7 /libs/surfaces/mackie/pot.cc
parent32766ce215fc2c668c65a54dc1d9436cd11ca413 (diff)
MCP: redesign to allow device-specific button IDs, since we know that at least one device (nucleus) does not honor mackie's specification document
git-svn-id: svn://localhost/ardour2/branches/3.0@11972 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/mackie/pot.cc')
-rw-r--r--libs/surfaces/mackie/pot.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/surfaces/mackie/pot.cc b/libs/surfaces/mackie/pot.cc
index 1320512e92..0b3062be8c 100644
--- a/libs/surfaces/mackie/pot.cc
+++ b/libs/surfaces/mackie/pot.cc
@@ -24,6 +24,8 @@
using namespace Mackie;
+int const Pot::External = 0x2e;
+
Control*
Pot::factory (Surface& surface, int id, const char* name, Group& group)
{