MCP: map the well-known EQ knobs more explicitly, not heuristically.
[ardour.git] / libs / surfaces / mackie / led.h
index 8361c4bb8df9d0d44ee86a021ce83e50903deeee..19c48cb6a867f1ae89ae0c2cb49741a4bbe787da 100644 (file)
@@ -42,12 +42,12 @@ public:
                , state (off)
        {
        }
-       
+
        Led & led() { return *this; }
        MidiByteArray set_state (LedState);
 
        MidiByteArray zero() { return set_state (off); }
-       
+
        static Control* factory (Surface&, int id, const char*, Group&);
 
   private: