summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/pot.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-04-15 14:30:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-04-15 14:30:03 +0000
commit97c2832d350458d2da129954375cc9912584b1a5 (patch)
tree51b70085246e4135fe4ba17f3effe4d864575cb7 /libs/surfaces/mackie/pot.cc
parent2926372b75b7ff88bf2c0da7f276d4a5a1f76720 (diff)
MCP: probably fix issues with vpots not working
git-svn-id: svn://localhost/ardour2/branches/3.0@11979 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/mackie/pot.cc')
-rw-r--r--libs/surfaces/mackie/pot.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/surfaces/mackie/pot.cc b/libs/surfaces/mackie/pot.cc
index 0b3062be8c..9a3f3360d2 100644
--- a/libs/surfaces/mackie/pot.cc
+++ b/libs/surfaces/mackie/pot.cc
@@ -24,7 +24,8 @@
using namespace Mackie;
-int const Pot::External = 0x2e;
+int const Pot::External = 0x2e; /* specific ID for "vpot" representing external control */
+int const Pot::ID = 0x10; /* base value for v-pot IDs */
Control*
Pot::factory (Surface& surface, int id, const char* name, Group& group)