summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-09-27optimize canvas meter redrawing (as in the non-canvas version)Paul Davis
2016-09-27correct commentPaul Davis
2016-09-27bug fixes for vertically-drawn Canvas::MeterPaul Davis
2016-09-27bug fixes for Canvas::BoxPaul Davis
2016-09-27use new canvas meter in push2 track mix layoutPaul Davis
2016-09-27add canvas-based Meter objectPaul Davis
2016-09-27add new Box container for Canvas.Paul Davis
2016-09-27add variant of Rect::expand() that allows different amounts in each directionPaul Davis
2016-09-27don't do as much work if a Rectangle has no outline width or outline what valuesPaul Davis
2016-09-27make inclusion/exclusion of hidden children optional in Item::add_child_bound...Paul Davis
2016-09-27add Item::add_front()Paul Davis
2016-09-27make Item::child_changed() virtualPaul Davis
2016-09-27working canvas meter codePaul Davis
2016-09-27first pass (incomplete) at canvas meters (in push2 context)Paul Davis
2016-09-27stop crashes from out-of-range valuesPaul Davis
2016-09-27missing includesPaul Davis
2016-09-27fix various aspects of knob functionPaul Davis
2016-09-27vpot above metronome button controls click gain; master gain knob now works c...Paul Davis
2016-09-27fix issue with initial menu displayPaul Davis
2016-09-27leave a comment about port reconnectionPaul Davis
2016-09-27clear filtered note map when entered drum modePaul Davis
2016-09-27update pad colors when selected track colors chanePaul Davis
2016-09-27change handling of MIDI sysex incoming to be a little more efficientPaul Davis
2016-09-27fix assignment of palette colors by using white-balance = 126; also use Ardou...Paul Davis
2016-09-27update selection rect color when track color changesPaul Davis
2016-09-27add MidiByteArray::compare_n()Paul Davis
2016-09-27push2: make quantize and duplicate buttons do something usefulPaul Davis
2016-09-27push2: master button now does something usefulPaul Davis
2016-09-27push2: substantial improvements to track mix mode, and a few other detailsPaul Davis
2016-09-27push2: always use a contrasting color when flashing played padsPaul Davis
2016-09-27push2: when playing pads, flash all pad LEDs for the same note number for the...Paul Davis
2016-09-27push2: fix color map store/lookup for rgba<=>color index mappingPaul Davis
2016-09-27push2: don't send ScaleChanged unless something did actually changePaul Davis
2016-09-27push2: reset pad colors when necessaryPaul Davis
2016-09-27push2: set and use selected track color for root notes on padsPaul Davis
2016-09-27header file now included in push2.hPaul Davis
2016-09-27use ArdourCanvas::Color not uint32_t for push2 color declsPaul Davis
2016-09-27push2: volume pots now work like non-linear faders, as desiredPaul Davis
2016-09-27push2: various changes in support of menus and scale modePaul Davis
2016-09-27push2: scale selection and display on video display now workingPaul Davis
2016-09-27push2: menu presentation now workingPaul Davis
2016-09-27remove all pad + scale stuff from push2 guiPaul Davis
2016-09-27put change_alpha() into ArdourCanvas namespace as intendedPaul Davis
2016-09-27a slew of unconnected mostly minor tweaks to get Push2 support back to where ...Paul Davis
2016-09-27tweaks and so forth to get first canvas-based rendering to Push2 displayPaul Davis
2016-09-27push2: remove Knob::set_position() overloadPaul Davis
2016-09-27first compiling and theoretically correct version of Push2 canvas display.Paul Davis
2016-09-27push2: provide basic GUI control for pressure modePaul Davis
2016-09-27basic code to get/set pressure mode to/from the push2Paul Davis
2016-09-27send a slightly more useful message if a control protocol's probe() method failsPaul Davis