fix for overlapping control ids (jog wheel with F7 and external with left)
[ardour.git] / libs / surfaces / mackie / surface.h
index 0ccde75537ffdd37600080cbf70fea2ad8706221..9b04e5decb83d9fd2c807109ff1e43c5d44c7d7f 100644 (file)
@@ -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;