summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport/faderport.cc
AgeCommit message (Expand)Author
2015-12-01start tweaks to make Shift sticky; remove Shift-press combobox from gui since...Paul Davis
2015-12-01faderport: switch long-press mechanism to a timeoutPaul Davis
2015-12-01faderport: allow User button to be bound to ANY possible action.Paul Davis
2015-12-01faderport: add punch actionPaul Davis
2015-12-01remove "medium-length" press concept from faderport code and GUIPaul Davis
2015-11-30faderport: correctly restore mix/proj/trns state from XMLPaul Davis
2015-11-30faderport: cleanupPaul Davis
2015-11-30faderport: add some "curated" actions for mix, proj and trns; make new bindin...Paul Davis
2015-11-30faderport: restore button actions, and correctly indicate current action in GUIPaul Davis
2015-11-30faderport: some code cleanups, add timing for button presses, add new combobo...Paul Davis
2015-11-29basic structure for Faderport GUIPaul Davis
2015-11-27faderport: shift+encoder controls pan width (for ardour only), input trim now...Paul Davis
2015-11-27faderport: basic panning via encoder knob.Paul Davis
2015-11-27fadeport: make fader touch workPaul Davis
2015-11-25implement more Faderport buttons (window and fader automation). ToDo: automa...Ben Loftis
2015-11-25faderport: simpler logic for master/monitor/otherPaul Davis
2015-11-25faderport: handle mute for monitor out by using monitor processor ops; try to...Paul Davis
2015-11-25faderport: enable "Output" button to select master out (or, with Shift, monit...Paul Davis
2015-11-25handle encoder changes. shift+knob = input trim. ToDo: panner controlBen Loftis
2015-11-25cruft removal from faderport codePaul Davis
2015-11-25faderport: implement fader supportPaul Davis
2015-11-25faderport: track GUI selection, use first selected route; implement mute, sol...Paul Davis
2015-11-24faderport: more global button functions addedPaul Davis
2015-11-24faderport: more interesting behaviour for the play button (locate to last sta...Paul Davis
2015-11-24clarify a DEBUG_TRACE remarkPaul Davis
2015-11-24faderport: make loop, prev marker, next marker and marker buttons do stuffPaul Davis
2015-11-24add debug "bits" for FaderPortPaul Davis
2015-11-24faderport: allow forcing LED state for use in ::all_lights_out()Paul Davis
2015-11-24faderport: fix modifiers for rewind, stop, undo etc ; listen to session trans...Paul Davis
2015-11-24fadeport: restructure button info actions to allow modifiers (shift, rewind, ...Paul Davis
2015-11-24give the faderport its own thread and event loop, rather than riding on the b...Paul Davis
2015-11-24faderport: after connecting, turn off all lights, then party with them, then ...Paul Davis
2015-11-24add some faderport infrastructure for button handling, and bind up the transp...Paul Davis
2015-11-24namespace and filename cleanupPaul Davis
2015-11-24remove debugging outputPaul Davis
2015-11-24create data structure to handle the fact that faderport firmware 1.38 uses di...Paul Davis
2015-11-24get faderport i/o working, basics of identifying control activityPaul Davis