update default config (see also 5ec21347a)
[ardour.git] / libs / surfaces /
2016-09-27 Paul Davispush2: rearrange and separate header file material
2016-09-27 Paul Davispush2: remove unneeded maps from Push2 object
2016-09-27 Paul Davispush2: make octave buttons actually work, with shift...
2016-09-27 Paul Davisstop using pitch bend strip for shuttle control (it...
2016-09-27 Paul Davispush2: cleanup layouts
2016-09-27 Paul Davisrefactor Push2 GUI into modular "layouts" that encapsul...
2016-09-27 Paul Davispush2: first somewhat operational versions of menus
2016-09-27 Paul Davispush2: basics of 4x 4x4 percussive mode, similar to...
2016-09-27 Paul DavisControlOnly port flag is gone
2016-09-27 Paul Davispush2: use correct selection API
2016-09-27 Paul Davispush2: passthru pitch bend, aftertouch and channel...
2016-09-27 Paul Davispush2: connect pad port to selected MIDI at protocol...
2016-09-27 Paul Davischange bundling of Push 2 ports so that the implicit...
2016-09-27 Paul Davisadd bundle support to push2
2016-09-27 Paul Davisadd MIDI bundles to Generic MIDI support so that the...
2016-09-27 Paul Davisadd explanatory comment
2016-09-27 Paul Davisremove debug output
2016-09-27 Paul Davispush2: save and restore push2 pad state, etc.
2016-09-27 Paul Davispush2: almost fully operational ableton style pad mappi...
2016-09-27 Paul Davispush2: initial sort of working pad remapping
2016-09-27 Paul Davispush2: get automatic pad connection to selected MIDI...
2016-09-27 Paul Davispush2: start of pad layout editing
2016-09-27 Paul Davispush2: use a map for direct lookup of pad note
2016-09-27 Paul Davispush2: update GUI pad display when octave shift is...
2016-09-27 Paul Davispush2: basics of octave shifting
2016-09-27 Paul Davispush2: add missing files
2016-09-27 Paul Davispush2: basic GUI dialog
2016-09-27 Paul Davispost-rebase fixes
2016-09-27 Paul Davispush2: connect first selected track to pad port (and...
2016-09-27 Paul Davisuse modified add_shadow_port API(); make pads flash...
2016-09-27 Paul Davispush2: fix one pad registration detail
2016-09-27 Paul Davisadd a shadow port for the Push 2 port, to allow us...
2016-09-27 Paul Davispush2: splash screen
2016-09-27 Paul Davispush2: expose page right/left buttons for scrolling...
2016-09-27 Paul Davispush2: stop segfaults when closing push2 support
2016-09-27 Paul Davispush2: numerous changes, including long press actions
2016-09-27 Paul Davisamend FaderPort code to use BasicUI::goto_start() with...
2016-09-27 Paul Davischange API for BasicUI::goto_start() to use optional...
2016-09-27 Paul Davisclear button states at startup *and* shutdown
2016-09-27 Paul Davisbasic implementation of scrubbing via push2 touch strip
2016-09-27 Paul Davisgain automation implemented.
2016-09-27 Paul Davisuse encoders for gain control
2016-09-27 Paul Davisuse right-side buttons to goto_nth_marker()
2016-09-27 Paul Davisadd method (taken from GTK GUI) to goto_nth_marker...
2016-09-27 Paul Davisbeginning of stripable control; solo+mute mostly operat...
2016-09-27 Paul Davisadd shift modifier support
2016-09-27 Paul Davisturn on all buttons that be envisaged as useful in...
2016-09-27 Paul Davisremove debug output
2016-09-27 Paul Davislight solo button, and do cancel_all_solo() when it...
2016-09-27 Paul Davisuse new shared cancel_all_solo() in Mackie code
2016-09-27 Paul Davisadd correct implementation for cancel all solo to BasicUI
2016-09-27 Paul Davispulse metronome led when enabled
2016-09-27 Paul Davisexpand display contents to include TC & BBT clocks...
2016-09-27 Paul Davisonly 1 MIDI port needed; more button functionality
2016-09-27 Paul Davispush2: working bidirectional communication, some transp...
2016-09-27 Paul Davispush2: working port i/o
2016-09-27 Paul Davispush2: port registration, LED setup
2016-09-27 Paul Davisremove duplicate/unnecessary header inclusions
2016-09-27 Paul Davisvarious fixes for push2 support. Now setups video displ...
2016-09-27 Paul Davisadjustments to build nascent push2 surface support
2016-09-01 Len OvensOSC: don't restore User preset before writing new one
2016-08-30 John EmmasUpdate our MSVC project files to generate the most...
2016-08-28 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-08-24 Robin Gareusadd missing include
2016-08-24 Len OvensOSC: Add preset loading to OSC GUI
2016-08-22 Len OvensOSC: Tweak GUI to be more user obvious.
2016-08-21 Len OvensOSC: populate check boxes with default settings at...
2016-08-21 Len OvensOSC: set global variables in global space - crash fix
2016-08-21 Len OvensOSC GUI: Add Strip types and feedback check boxes
2016-08-19 Len OvensOSC: Add setup to GUI
2016-08-19 Len OvensOSC:: needs the .h file too...
2016-08-19 Len OvensOSC: make remote port setting possible, add default...
2016-08-17 Len OvensOSC: Add value feedback to strip fader and trim
2016-08-06 Len OvensOSC: make sure this is c++98 compatible.
2016-08-06 Robin GareusC++98 compat for 032139ac3
2016-08-06 Len Ovensosc: provide human readable reading for gain.
2016-08-06 Len OvensOSC: provide human readable level for sends.
2016-07-29 Len OvensOSC: make send enables work in MB
2016-07-28 Len OvensOSC: eq bands off by one fix
2016-07-28 Len OvensOSC: MB spelling mistakes stopped compile fix
2016-07-26 Len OvensOSC: Fix cut-n-paste mistake 5.0-rc1
2016-07-26 Len OvensOSC: Make sends work for MB. Add pan to /path/strip
2016-07-26 Len OvensOSC: Fix forward detection to include >0 and <1
2016-07-26 Len OvensOSC: Remove redux control
2016-07-24 Len OvensOSC: Make pan controls work properly with MB too.
2016-07-21 Paul Davisa more reliable/robust/less complex version of previous...
2016-07-21 Paul Davisdo not delete MIDIControllable* when dealing with pendi...
2016-07-20 Len OvensOSC: comp mode control text needs to be changed by...
2016-07-18 Len OvensOSC: check if pan exists, fixes MB crash.
2016-07-18 Len OvensOSC: Get rid of meter noise in MB.
2016-07-15 Len OvensOSC: LFE is a control not a position.
2016-07-14 Len OvensOSC: Fix Soloing to disable all solos in SIP mode as...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Len OvensOSC: Add surface save and restore
2016-07-14 Len OvensOSC: Fix off by one error
2016-07-13 Paul Davisuse Session::cancel_all_solo()
2016-07-13 Paul Davismackie: fix behaviour of clear solo button
2016-07-13 Len OvensOSC: Add global soloing indicator/cancel
2016-07-12 Len OvensOSC: Add /path/band extension for eq_* bands
2016-07-12 Len OvensOSC: Added EQ control, use interface_to_internal to...
next