summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2016-09-27add MIDI bundles to Generic MIDI support so that the ports show up nicely in ...Paul Davis
2016-09-27add explanatory commentPaul Davis
2016-09-27remove debug outputPaul Davis
2016-09-27push2: save and restore push2 pad state, etc.Paul Davis
2016-09-27push2: almost fully operational ableton style pad mapping, etcPaul Davis
2016-09-27push2: initial sort of working pad remappingPaul Davis
2016-09-27push2: get automatic pad connection to selected MIDI track working againPaul Davis
2016-09-27push2: start of pad layout editingPaul Davis
2016-09-27push2: use a map for direct lookup of pad notePaul Davis
2016-09-27push2: update GUI pad display when octave shift is used, or pad map is changedPaul Davis
2016-09-27push2: basics of octave shiftingPaul Davis
2016-09-27push2: add missing filesPaul Davis
2016-09-27push2: basic GUI dialogPaul Davis
2016-09-27post-rebase fixesPaul Davis
2016-09-27push2: connect first selected track to pad port (and disconnect).Paul Davis
2016-09-27use modified add_shadow_port API(); make pads flash when pressedPaul Davis
2016-09-27push2: fix one pad registration detailPaul Davis
2016-09-27add a shadow port for the Push 2 port, to allow us to filter pads (note on/of...Paul Davis
2016-09-27push2: splash screenPaul Davis
2016-09-27push2: expose page right/left buttons for scrolling; use right/left for banki...Paul Davis
2016-09-27push2: stop segfaults when closing push2 supportPaul Davis
2016-09-27push2: numerous changes, including long press actionsPaul Davis
2016-09-27amend FaderPort code to use BasicUI::goto_start() with optional argumentPaul Davis
2016-09-27change API for BasicUI::goto_start() to use optional roll-after argPaul Davis
2016-09-27clear button states at startup *and* shutdownPaul Davis
2016-09-27basic implementation of scrubbing via push2 touch stripPaul Davis
2016-09-27gain automation implemented.Paul Davis
2016-09-27use encoders for gain controlPaul Davis
2016-09-27use right-side buttons to goto_nth_marker()Paul Davis
2016-09-27add method (taken from GTK GUI) to goto_nth_marker() to BasicUIPaul Davis
2016-09-27beginning of stripable control; solo+mute mostly operationalPaul Davis
2016-09-27add shift modifier supportPaul Davis
2016-09-27turn on all buttons that be envisaged as useful in ardour (for now); add supp...Paul Davis
2016-09-27remove debug outputPaul Davis
2016-09-27light solo button, and do cancel_all_solo() when it is pressedPaul Davis
2016-09-27use new shared cancel_all_solo() in Mackie codePaul Davis
2016-09-27add correct implementation for cancel all solo to BasicUIPaul Davis
2016-09-27pulse metronome led when enabledPaul Davis
2016-09-27expand display contents to include TC & BBT clocks, plus button function and ...Paul Davis
2016-09-27only 1 MIDI port needed; more button functionalityPaul Davis
2016-09-27push2: working bidirectional communication, some transport control/display (L...Paul Davis
2016-09-27push2: working port i/oPaul Davis
2016-09-27push2: port registration, LED setupPaul Davis
2016-09-27remove duplicate/unnecessary header inclusionsPaul Davis
2016-09-27various fixes for push2 support. Now setups video display when enabledPaul Davis
2016-09-27adjustments to build nascent push2 surface supportPaul Davis
2016-08-31OSC: don't restore User preset before writing new oneLen Ovens
2016-08-30Update our MSVC project files to generate the most recent Ardour session file...John Emmas
2016-08-28Accommodate newly introduced source(s) in our MSVC project (ardour_osc)John Emmas
2016-08-24add missing includeRobin Gareus