summaryrefslogtreecommitdiff
path: root/libs/surfaces/launch_control_xl/launch_control_xl.cc
AgeCommit message (Expand)Author
2020-02-13LCXL: make sends assignable for 32CJan Lentfer
2020-02-12LCXL: Make the pan fix nice againJan Lentfer
2020-02-09LCXL: Adopt pan knob behaviourJan Lentfer
2019-08-24LCXL: Fix uninitialized pointer functionRobin Gareus
2019-08-21Fix potential call of uninitialized pointer functionRobin Gareus
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2019-01-03LCXL: Fix a problem in switch_bankJan Lentfer
2019-01-03LCXL: fix special 32C handling for autom. lanesJan Lentfer
2018-11-11LCXL: some final fixesJan Lentfer
2018-10-18Fix scalar initialization of shared_ptr<>.Robin Gareus
2018-10-17LCXL: complete overhaul and Mixbus supportJan Lentfer
2018-10-17LCXL: Assign one callback function per Knob/FaderTérence Clastres
2018-09-22LCXL: fix off by one cause by fader8masterJan Lentfer
2018-09-22LCXL: Fix a crash on exitJan Lentfer
2018-09-04LCXL: Refactor code to use boost::shared_ptrJan Lentfer
2018-08-30LCXL: Fix check if ports existTérence Clastres
2018-08-29LCXL: Fix two crashesJan Lentfer
2018-08-25LCXL: add visual feedback for sec button functionsJan Lentfer
2018-08-24Cleanup various design patterns.Robin Gareus
2018-08-22LCXL: track select: change from 1 strip at a time to whole bankTérence Clastres
2018-08-22LCXL: Add some Mixbus functionalityJan Lentfer
2018-08-22LCXL: save assignment of 8th fader in configJan Lentfer
2018-08-19LCXL: fix crash when disabling the surface while having the GUI openTérence Clastres
2018-08-18LCXL: Add configuration option for handling masterJan Lentfer
2018-08-18Add knob leds and refine colorsTérence Clastres
2018-08-18LCXL: split track focus button and led codeJan Lentfer
2018-08-15Code styling: remove whitespaces between parenthesisTérence Clastres
2018-08-15Fix track select right led wrong behaviourTérence Clastres
2018-08-15Fix track buttons not working when selecting the last stripableTérence Clastres
2018-08-16Remove some unused includesRobin Gareus
2018-08-13LCXL: Reorganize knobs functionsJan Lentfer
2018-08-13Add pick-up mode and use it for knobs and fadersTérence Clastres
2018-08-09Turn off button led if it doesn't control a stripableTérence Clastres
2018-08-09Call switch_bank() and use button_track_mode() within it to init required LEDsTérence Clastres
2018-08-09Add reset method and use it during start-up/shutdownTérence Clastres
2018-08-09Correct formatting for if/else statementsTérence Clastres
2018-08-07emacs whitespace fixesPaul Davis
2018-08-07explicitly drop connections from destructorPaul Davis
2018-08-07don't use an invalidator when connecting an EventLoop object's methods to a s...Paul Davis
2018-08-07Add Launch Control XL control surface supportTérence Clastres