summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-12-01Fix broken load-session utility and change it to load and save a sessionTim Mayberry
2015-12-01Don't indent inside namespace declaration to be consistent with ardour styleTim Mayberry
2015-12-01Use PBD::demangle_symbol in PBD::demangled_name<T> to reduce code duplicationTim Mayberry
2015-12-01Rename PBD::symbol_demangle and some variable names to improve readabilityTim Mayberry
2015-12-01Move PBD symbol demangle functions into pbd/demangle.h/ccTim Mayberry
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-29no-op: add comment to faderport button ID definitionsPaul Davis
2015-11-29NOOP, remove trailing whitespace, replace tabs in python scriptsRobin Gareus
2015-11-29faderport: add two functioning actions for the mix buttonPaul Davis
2015-11-29basic structure for Faderport GUIPaul Davis
2015-11-29fix seamless midi-looping - fixes #5438Robin Gareus
2015-11-28don't clear MIDI buffers during split-cyclesRobin Gareus
2015-11-28add some midi-debug printf() to the dummy backendRobin Gareus
2015-11-28fix typo in panic message, honor event-time.Robin Gareus
2015-11-28midi-panic needs to honor split-cycle buffer offset,Robin Gareus
2015-11-28filling the midi playback buffer is a private operation.Robin Gareus
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-26Mackie Control: Disable Selected group in User/Selected view mode to allow in...Len Ovens
2015-11-25implement more Faderport buttons (window and fader automation). ToDo: automa...Ben Loftis
2015-11-26use human readable port-names in Mackie config.Robin Gareus
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: fix odd interaction when selecting master-then-monitor or monitor-...Paul Davis
2015-11-25faderport: fix odd interaction when selecting master-then-monitor or monitor-...Paul Davis
2015-11-25faderport: output button is a toggle between master (or monitor) and currentl...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-25restore measured Insert latencyRobin Gareus
2015-11-25faderport: track GUI selection, use first selected route; implement mute, sol...Paul Davis
2015-11-25faderport: put back the working version of operations.ccPaul Davis
2015-11-24stub file to enable nightly buildsBen Loftis
2015-11-24faderport: more global button functions addedPaul Davis
2015-11-24add goto_zero() function for BasicUIPaul 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