allow surface to work with linked panners on stereo input tracks/busses
[ardour.git] / libs / surfaces / mackie / mackie_midi_builder.h
index 4f8e2c11405ad6a1da54ff1d96e6d540a72f9c9d..c71c7180418c80ecd38fd991db00a98a04ba9094 100644 (file)
@@ -53,8 +53,8 @@ public:
                , midi_pot_mode_spread = 3
        };
 
-       MidiByteArray build_led_ring( const Pot & pot, const ControlState & );
-       MidiByteArray build_led_ring( const LedRing & led_ring, const ControlState & );
+       MidiByteArray build_led_ring( const Pot & pot, const ControlState &, midi_pot_mode mode = midi_pot_mode_dot );
+       MidiByteArray build_led_ring( const LedRing & led_ring, const ControlState &, midi_pot_mode mode = midi_pot_mode_dot );
 
        MidiByteArray build_led( const Led & led, LedState ls );
        MidiByteArray build_led( const Button & button, LedState ls );