summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/mix.cc
AgeCommit message (Expand)Author
2018-09-02use boost::shared_ptr<> to manage Button/Pad lifetimes in Push2 codePaul Davis
2017-09-24fix header order and space alignmentPaul Davis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-02-17Remove direct calls to set solo_control()Robin Gareus
2016-10-17reset peak meters used in push2 when stripable goes awayPaul Davis
2016-09-29Rectangle is ambiguous on WindowsRobin Gareus
2016-09-28MacOS [sic] required changes for Rect in Push 2 codePaul Davis
2016-09-27push2: tweak layout APIs etc.Paul Davis
2016-09-27push2: many improvements to track mix and mix layoutsPaul Davis
2016-09-27stop crashes from out-of-range valuesPaul Davis
2016-09-27update selection rect color when track color changesPaul Davis
2016-09-27push2: substantial improvements to track mix mode, and a few other detailsPaul 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-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-27additional i18n.h changes for push2 branchPaul Davis
2016-09-27push2: fix up issues with object lifetimes and signals during shutdownPaul Davis
2016-09-27push2: track mix layout somewhat workingPaul Davis
2016-09-27push2: continued mix layout display refinement, plus scrolling fixesPaul Davis
2016-09-27continuing work on refining push2 mix layoutPaul Davis
2016-09-27push2: steps toward a more ableton-like layout in mix modePaul Davis
2016-09-27push2: color palette management, and responding to 2 track properties in Trac...Paul Davis
2016-09-27push2: rearrange and separate header file materialPaul Davis
2016-09-27refactor Push2 GUI into modular "layouts" that encapsulate a given screen, it...Paul Davis