insufficient attempt to drop references to a shadow MIDI port
[ardour.git] / libs /
2016-09-30 Paul Davisinsufficient attempt to drop references to a shadow...
2016-09-30 John Emmas Accommodate newly introduced source(s) in our MSVC...
2016-09-30 John EmmasAccommodate a header file that's been moved from gtk2_a...
2016-09-30 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-09-29 Robin Gareusdon't include session-search paths with templates
2016-09-29 Paul Davismanually revert b9cab93fb116b and remove associated...
2016-09-29 Paul Davisenhance -D bindings output
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 Davisfix errors reported by pixman for meter redraws (and...
2016-09-28 Paul Davismake Ben's cool range select hack work with Push 2
2016-09-28 Paul Davisoutput more stuff to the error channel if/when a sessio...
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-28 nick_mPrevent overwriting of MidiRegion length and length_bea...
2016-09-28 nick_mRemove bogus methods from MidiRegion.
2016-09-28 nick_mRemove _length_pulse from MidiSource.
2016-09-28 nick_mAdd headless-chicken session utility.
2016-09-28 Robin Gareusallow to get custom/product/version independent cach dir
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 Davisprovide ArdourCanvas::Text::{width,height}()
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 Davisoptimize canvas meter redrawing (as in the non-canvas...
2016-09-27 Paul Daviscorrect comment
2016-09-27 Paul Davisbug fixes for vertically-drawn Canvas::Meter
2016-09-27 Paul Davisbug fixes for Canvas::Box
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 Davisadd new Box container for Canvas.
2016-09-27 Paul Davisadd variant of Rect::expand() that allows different...
2016-09-27 Paul Davisdon't do as much work if a Rectangle has no outline...
2016-09-27 Paul Davismake inclusion/exclusion of hidden children optional...
2016-09-27 Paul Davisadd Item::add_front()
2016-09-27 Paul Davismake Item::child_changed() virtual
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 Davisput change_alpha() into ArdourCanvas namespace as intended
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 Davissend a slightly more useful message if a control protoc...
2016-09-27 Paul Davisadditional i18n.h changes for push2 branch
2016-09-27 Paul Davisfix required after rebase against master
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
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
next