LCXL: some more small tweaks
[ardour.git] / libs / surfaces / launch_control_xl / controllers.cc
2018-12-12 Jan LentferLCXL: some more small tweaks
2018-11-11 Jan LentferLCXL: some final fixes
2018-10-18 Robin GareusFix scalar initialization of shared_ptr<>.
2018-10-17 Jan LentferLCXL: complete overhaul and Mixbus support
2018-10-17 Térence ClastresLCXL: Assign one callback function per Knob/Fader
2018-09-06 Robin GareusAdd missing cast (NoteButton to TrackButton)
2018-09-06 Robin GareusFix an invalid conversion from 'int' to non-scalar.
2018-09-04 Jan LentferLCXL: Refactor code to use boost::shared_ptr
2018-08-29 Jan LentferLCXL: Fix two crashes
2018-08-25 Jan LentferLCXL: add visual feedback for sec button functions
2018-08-24 Robin GareusCleanup various design patterns.
2018-08-22 Térence ClastresRevert "LCXL: Fast skip to first/last stripable with...
2018-08-22 Térence ClastresLCXL: Make knobs' leds' color constant when controlling...
2018-08-22 Térence ClastresLCXL: track select: change from 1 strip at a time to...
2018-08-22 Jan LentferLCXL: Mixbus secondary function for Ctrl buttons
2018-08-22 Jan LentferLCXL: fix some more typos
2018-08-18 Térence ClastresLCXL: Fast skip to first/last stripable with left/right...
2018-08-18 Térence ClastresAdd knob leds and refine colors
2018-08-18 Jan LentferLCXL: fix typos in function names
2018-08-18 Jan LentferLCXL: add isolate solo as secondary function
2018-08-18 Jan LentferLCXL: split track focus button and led code
2018-08-15 Térence ClastresCode styling: remove whitespaces between parenthesis
2018-08-15 Térence ClastresAttempt to make some function's names more explicit
2018-08-13 Jan LentferLCXL: implement mute, solo and record arm toggles
2018-08-09 Térence ClastresTurn off button led if it doesn't control a stripable
2018-08-09 Térence ClastresAdd missing set_color(Off) in else statement
2018-08-09 Térence ClastresCorrect formatting for if/else statements
2018-08-09 Térence ClastresFix wrong note number offset
2018-08-08 Paul Davisfix button note number map lookup
2018-08-07 Paul Davisfix uninitialized pointer error in launch control code
2018-08-07 Robin GareusFix invalid use of enum as class or namespace.
2018-08-07 Térence ClastresAdd Launch Control XL control surface support