fix issue with initialization of a BBT_Time variable.
[ardour.git] / libs / surfaces / push2 /
2017-09-08 Paul Davisfix crashing thinko in push2 code
2017-08-04 Robin GareusConsolidate ctrl surface code
2017-07-28 Robin GareusPortManager::unregister_port() must be called with...
2017-07-23 Robin GareusRemove unused "mark" parameter from stop_touch() API
2017-07-17 Robin GareusClean up library inheritance (colors.h, utils.h)
2017-05-12 Paul Davischange the way ControlProtocols (control surfaces)...
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-04-18 Tim MayberryUse XMLNode::get/set_property in Push2 surface
2017-02-17 Robin GareusRemove direct calls to set solo_control()
2017-01-28 Paul Davisanother action name fix for Push2 support
2017-01-28 Paul Davisfix action names in Push2 support code
2017-01-21 Paul Davisremove debug cruft from wscript for push2 that breaks...
2017-01-19 Paul Davisancillary change related to removal of boost::optional...
2016-10-17 Paul Davisreset peak meters used in push2 when stripable goes...
2016-10-17 Paul Davisremove unused variable
2016-10-13 Paul Davisstop using gkd_pango_context_get() in ArdourCanvas...
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
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
next