summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/surface.h
diff options
context:
space:
mode:
authorJohn Anderson <ardour@semiosix.com>2007-07-17 06:30:26 +0000
committerJohn Anderson <ardour@semiosix.com>2007-07-17 06:30:26 +0000
commita1a859b1e8a4624da280cdf1715db117e0be74fc (patch)
tree07fb5f4a7094057987746c1680cbe648bcd5982e /libs/surfaces/mackie/surface.h
parentc0529df1a354d51911921b15acdb771707c44287 (diff)
fix for overlapping control ids (jog wheel with F7 and external with left)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2136 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/mackie/surface.h')
-rw-r--r--libs/surfaces/mackie/surface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/surfaces/mackie/surface.h b/libs/surfaces/mackie/surface.h
index 0ccde75537..9b04e5decb 100644
--- a/libs/surfaces/mackie/surface.h
+++ b/libs/surfaces/mackie/surface.h
@@ -53,6 +53,8 @@ public:
These are alternative addressing schemes
They use maps because the indices aren't always
0-based.
+
+ Indexed by raw_id not by id. @see Control for the distinction.
*/
std::map<int,Control*> faders;
std::map<int,Control*> pots;