Mackie Control: Moved encoder fine modifier from Control to Shift (Shift will be...
[ardour.git] / libs / surfaces / mackie / jog.h
index a4a6b739dedef7e2b1615f641c66a1a647ea959f..ac1bc9e52ae3a02ccc56c7c02a1b5e7d045b69bf 100644 (file)
 #include "controls.h"
 #include "pot.h"
 
+namespace ArdourSurface {
 namespace Mackie {
 
 class Jog : public Pot
 {
 public:
-       enum base_id_t {
-               base_id = 0x3c
-       };
+       static const int ID;
 
        Jog (int id, std::string name, Group & group)
                : Pot  (id, name, group)
@@ -42,6 +41,7 @@ public:
        static Control* factory (Surface&, int id, const char*, Group&);
 };
 
+}
 }
 
 #endif /* __ardour_mackie_control_protocol_jog_h__ */