summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2
AgeCommit message (Expand)Author
2017-02-17Remove direct calls to set solo_control()Robin Gareus
2017-01-28another action name fix for Push2 supportPaul Davis
2017-01-28fix action names in Push2 support codePaul Davis
2017-01-21remove debug cruft from wscript for push2 that breaks with python3Paul Davis
2017-01-19ancillary change related to removal of boost::optional<Rect>Paul Davis
2016-10-17reset peak meters used in push2 when stripable goes awayPaul Davis
2016-10-17remove unused variablePaul Davis
2016-10-13stop using gkd_pango_context_get() in ArdourCanvas::Canvas and require concre...Paul Davis
2016-10-12Fixed array index out of bounds in Push2Menu::set_active()Nathan Stewart
2016-09-30fix some compiler warnings (from mingw)Paul Davis
2016-09-30attempt to fix windows failed build by including pthread.h to get DEBUG_THREA...Paul Davis
2016-09-30push2:small logic fix for destructor, mostly to ensure that the track_mix lay...Paul Davis
2016-09-30reorganize push 2 code and logic to better handle device arrival after progra...Paul Davis
2016-09-30remove unused member variablePaul Davis
2016-09-30push2 gui catches port registrationsPaul Davis
2016-09-30remove useless code from push2 gui dialogPaul Davis
2016-09-29Rectangle is ambiguous on WindowsRobin Gareus
2016-09-28MacOS [sic] required changes for Rect in Push 2 codePaul Davis
2016-09-28remove unnecessary methodPaul Davis
2016-09-28make Ben's cool range select hack work with Push 2Paul Davis
2016-09-28fix for push2 code on Windows (no random())Paul Davis
2016-09-28move mode/scale/key definitions out of push2 code and into libardour; Aeolian...Paul Davis
2016-09-27don't render push2 layouts to PNGPaul Davis
2016-09-27add missing/moved files from push2 mergePaul Davis
2016-09-27push2: add code to render screen to PNG files for screenshot purposesPaul Davis
2016-09-27push2: tweak layout APIs etc.Paul Davis
2016-09-27push2: tweak logic of master buttonPaul Davis
2016-09-27push2: improve logic of ::set_current_layout() to allow reset of same layoutPaul Davis
2016-09-27push2: don't illuminate a button we do not usePaul Davis
2016-09-27push2: null handle on failed openPaul Davis
2016-09-27push2: fix issue with solo/mute display when entering mix layoutPaul Davis
2016-09-27push2: many improvements to track mix and mix layoutsPaul Davis
2016-09-27push2: correct knob origin translation for drawingPaul Davis
2016-09-27use new canvas meter in push2 track mix layoutPaul Davis
2016-09-27add canvas-based Meter objectPaul 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