summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/track_mix.cc
AgeCommit message (Collapse)Author
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
make libwidget independent of libcanvas. Confine basics to pbd and gtkmm2ext.
2017-05-12change the way ControlProtocols (control surfaces) are notified and handle ↵Paul Davis
Stripable selection changes The Editor continues to notify them, but via a direct call to ControlProtocolManager, not a signal. The CP Manager calls the ControlProtocol static method to set up static data structures holding selection info for all surfaces and then notifies each surface/protocol that selection has changed.
2016-09-29Rectangle is ambiguous on WindowsRobin Gareus
In file included from /usr/share/mingw-w64/include/windows.h:71:0, from /home/ardour/win-stack-w32/include/pthread.h:198, from /home/ardour/ardour-w32/libs/pbd/pbd/event_loop.h:29, from /home/ardour/ardour-w32/libs/pbd/pbd/signals.h:42, from /home/ardour/ardour-w32/libs/midi++2/midi++/parser.h:26, from ../libs/surfaces/push2/mix.cc:30: /usr/share/mingw-w64/include/wingdi.h:3049:67: note: candidates are: WINBOOL Rectangle(HDC, int, int, int, int) In file included from ../libs/surfaces/push2/mix.cc:48:0: /home/ardour/ardour-w32/libs/canvas/canvas/rectangle.h:30:48: note: class ArdourCanvas::Rectangle
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: fix issue with solo/mute display when entering mix layoutPaul Davis
2016-09-27push2: many improvements to track mix and mix layoutsPaul Davis
Including meters and clocks
2016-09-27use new canvas meter in push2 track mix layoutPaul Davis
2016-09-27first pass (incomplete) at canvas meters (in push2 context)Paul Davis
2016-09-27missing includesPaul Davis
2016-09-27push2: substantial improvements to track mix mode, and a few other detailsPaul 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
Not tested with device at this point
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-27continuing work on refining push2 mix layoutPaul Davis
2016-09-27push2: parameterize and centralize colorsPaul Davis
2016-09-27push2: color palette management, and responding to 2 track properties in ↵Paul Davis
TrackMix layout
2016-09-27push2: add a little meat to the bones of the TrackMix layout (just a name, ↵Paul Davis
for now)
2016-09-27push2: skeleton for track mix layoutPaul Davis