update default config (see also 5ec21347a)
[ardour.git] / libs / surfaces /
2016-11-27 Robin GareusNO-OP; Backport changes from Mixbus branch
2016-11-26 Len OvensOSC: no op, white space cleanup
2016-11-26 Len OvensOSC: Make plugin and plugin parameter numbering 1 based...
2016-11-25 Len OvensOSC: Add patch from 7137 and make it work for manual...
2016-11-25 Len OvensOSC: Patch from 7136 added cleaned and tested.
2016-11-19 Robin Gareusfix ambiguity
2016-11-18 John EmmasGenerally speaking we use Glib::usleep() now in prefere...
2016-11-18 Len OvensOSC: mark session dirty if setup changes
2016-11-18 Len OvensOSC: issue 7116 fix send enable not working
2016-11-04 Len OvensOSC: Fix default strip types to include Auxes.
2016-10-31 Len OvensOSC: Make Aux buses able to be separate.
2016-10-29 Len OvensOSC: Slow down data storm at surface refresh
2016-10-29 Len OvensOSC: Add names/fader value to master and monitor.
2016-10-28 Len OvensOSC: simplify int sends too.
2016-10-28 Len OvensOSC: More simplification - floats this time.
2016-10-28 Len OvensOSC: simplify Global feedback (remove repetitive code)
2016-10-24 Len OvensOSC fix debug logic for catchall messages
2016-10-24 Len OvensOSC Accept int in first parameter in path commands...
2016-10-17 Paul Davisreset peak meters used in push2 when stripable goes...
2016-10-17 Paul Davisremove unused variable
2016-10-13 Robin Gareusfix math ambiguity & OSX compilation
2016-10-13 Paul Davisstop using gkd_pango_context_get() in ArdourCanvas...
2016-10-13 W.P. van PaassenSmall improvement and change to comply with coding...
2016-10-13 W.P. van PaassenInital support for Steinberg's CC121 control surface
2016-10-13 Michiel de RooOSC added plugin activate/deactivate
2016-10-12 Nathan StewartFixed array index out of bounds in Push2Menu::set_active()
2016-09-30 Paul Davisfix some compiler warnings (from mingw)
2016-09-30 Paul Davisattempt to fix windows failed build by including pthrea...
2016-09-30 Paul Davispush2:small logic fix for destructor, mostly to ensure...
2016-09-30 Paul Davisreorganize push 2 code and logic to better handle devic...
2016-09-30 Paul Davisremove unused member variable
2016-09-30 Paul Davispush2 gui catches port registrations
2016-09-30 Paul Davisremove useless code from push2 gui dialog
2016-09-29 Robin GareusRectangle is ambiguous on Windows
2016-09-28 Paul DavisMacOS [sic] required changes for Rect in Push 2 code
2016-09-28 Paul Davisremove unnecessary method
2016-09-28 Paul Davismake Ben's cool range select hack work with Push 2
2016-09-28 Paul Davisfix for push2 code on Windows (no random())
2016-09-28 Paul Davismove mode/scale/key definitions out of push2 code and...
2016-09-27 Paul Davisdon't render push2 layouts to PNG
2016-09-27 Paul Davisadd missing/moved files from push2 merge
2016-09-27 Paul Davispush2: add code to render screen to PNG files for scree...
2016-09-27 Paul Davispush2: tweak layout APIs etc.
2016-09-27 Paul Davispush2: tweak logic of master button
2016-09-27 Paul Davispush2: improve logic of ::set_current_layout() to allow...
2016-09-27 Paul Davispush2: don't illuminate a button we do not use
2016-09-27 Paul Davispush2: null handle on failed open
2016-09-27 Paul Davispush2: fix issue with solo/mute display when entering...
2016-09-27 Paul Davispush2: many improvements to track mix and mix layouts
2016-09-27 Paul Davispush2: correct knob origin translation for drawing
2016-09-27 Paul Davisuse new canvas meter in push2 track mix layout
2016-09-27 Paul Davisadd canvas-based Meter object
2016-09-27 Paul Davisworking canvas meter code
2016-09-27 Paul Davisfirst pass (incomplete) at canvas meters (in push2...
2016-09-27 Paul Davisstop crashes from out-of-range values
2016-09-27 Paul Davismissing includes
2016-09-27 Paul Davisfix various aspects of knob function
2016-09-27 Paul Davisvpot above metronome button controls click gain; master...
2016-09-27 Paul Davisfix issue with initial menu display
2016-09-27 Paul Davisleave a comment about port reconnection
2016-09-27 Paul Davisclear filtered note map when entered drum mode
2016-09-27 Paul Davisupdate pad colors when selected track colors chane
2016-09-27 Paul Davischange handling of MIDI sysex incoming to be a little...
2016-09-27 Paul Davisfix assignment of palette colors by using white-balance...
2016-09-27 Paul Davisupdate selection rect color when track color changes
2016-09-27 Paul Davisadd MidiByteArray::compare_n()
2016-09-27 Paul Davispush2: make quantize and duplicate buttons do something...
2016-09-27 Paul Davispush2: master button now does something useful
2016-09-27 Paul Davispush2: substantial improvements to track mix mode,...
2016-09-27 Paul Davispush2: always use a contrasting color when flashing...
2016-09-27 Paul Davispush2: when playing pads, flash all pad LEDs for the...
2016-09-27 Paul Davispush2: fix color map store/lookup for rgba<=>color...
2016-09-27 Paul Davispush2: don't send ScaleChanged unless something did...
2016-09-27 Paul Davispush2: reset pad colors when necessary
2016-09-27 Paul Davispush2: set and use selected track color for root notes...
2016-09-27 Paul Davisheader file now included in push2.h
2016-09-27 Paul Davisuse ArdourCanvas::Color not uint32_t for push2 color...
2016-09-27 Paul Davispush2: volume pots now work like non-linear faders...
2016-09-27 Paul Davispush2: various changes in support of menus and scale...
2016-09-27 Paul Davispush2: scale selection and display on video display...
2016-09-27 Paul Davispush2: menu presentation now working
2016-09-27 Paul Davisremove all pad + scale stuff from push2 gui
2016-09-27 Paul Davisa slew of unconnected mostly minor tweaks to get Push2...
2016-09-27 Paul Davistweaks and so forth to get first canvas-based rendering...
2016-09-27 Paul Davispush2: remove Knob::set_position() overload
2016-09-27 Paul Davisfirst compiling and theoretically correct version of...
2016-09-27 Paul Davispush2: provide basic GUI control for pressure mode
2016-09-27 Paul Davisbasic code to get/set pressure mode to/from the push2
2016-09-27 Paul Davisadditional i18n.h changes for push2 branch
2016-09-27 Paul Davispush2: small change to work with a recent change in...
2016-09-27 Paul Davispush2: fix up issues with object lifetimes and signals...
2016-09-27 Paul Davispush2: track mix layout somewhat working
2016-09-27 Paul Davispush2: continued mix layout display refinement, plus...
2016-09-27 Paul Daviscontinuing work on refining push2 mix layout
2016-09-27 Paul Davispush2: steps toward a more ableton-like layout in mix...
2016-09-27 Paul Davispush2: parameterize and centralize colors
2016-09-27 Paul Davispush2: small code improvements, avoiding intermediate...
2016-09-27 Paul Davispush2: color palette management, and responding to...
2016-09-27 Paul Davispush2: add a little meat to the bones of the TrackMix...
2016-09-27 Paul Davispush2: skeleton for track mix layout
next