summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/mcp_buttons.cc
AgeCommit message (Expand)Author
2016-11-27NO-OP; Backport changes from Mixbus branchRobin Gareus
2016-09-27use new shared cancel_all_solo() in Mackie codePaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-13use Session::cancel_all_solo()Paul Davis
2016-07-13mackie: fix behaviour of clear solo buttonPaul Davis
2016-06-12fix MCP Cancel button "escape" actionPaul Davis
2016-05-31convert Mackie Control Surface support to use Stripable, not RoutePaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-07fix shared_ptr<Route> management in Mackie support so that deleted routes are...Paul Davis
2016-02-06Mackie: shift+marker needs to remove marker. moved session-range to shift+solo.Paul Davis
2016-02-04Mackie Protocol: more fixes for aac6a5Ben Loftis
2016-02-04Mackie Protocol: fixes for aac6a5Ben Loftis
2016-02-04Mackie protocol: set-session-from-edit-range moved to shift+markerBen Loftis
2016-02-03Mackie Protocol: Move buttons to more accurately reflect default mcp legends.Ben Loftis
2016-02-02fix compiler warningPaul Davis
2016-02-02Mackie Control: Fix Flip mode getting confused if subview is not sends.Len Ovens
2016-02-01mackie: substantial reworking of flip mode with large chunks of code no longe...Paul Davis
2016-02-01mackie: add new bindings for Save,Undo,Cancel,EnterPaul Davis
2016-02-01mackie: fix stupid thinko, and use BaseUI::access_action() to correctly acces...Paul Davis
2016-01-31Mackie protocol: clear Marker modiferBen Loftis
2016-01-31mackie: remove Trim pot mode, and add skeleton for TrackView subview modePaul Davis
2016-01-31mackie: strengthen behaviour of clear solo buttonPaul Davis
2016-01-31mackie: make replace (finish-range) LED flash at the right timePaul Davis
2016-01-31mackie: make nudge work as modifier and on its ownPaul Davis
2016-01-31mackie: hard-code drop+replace buttons to start/finish-range-from-playheadPaul Davis
2016-01-31mackie: make marker button work as Mackie intends it (as a modifier for rewin...Paul Davis
2016-01-31mackie: shift-stop additionally requests MIDI Panic, as well as regular stopPaul Davis
2016-01-29mackie: basically (fully?) operation fader automatio control for first select...Paul Davis
2016-01-29mackie: initial attempt at making automation-related buttons set fader automa...Paul Davis
2016-01-29mackie: make group button (appear) to do somethingPaul Davis
2016-01-28mackie: don't overload "Audio Instruments" and "Instruments" buttons.Paul Davis
2016-01-28prevent bank/channel switching past the end of the available routes; do nothi...Paul Davis
2016-01-27mackie: clean up (some) interactions between subview mode and selectionPaul Davis
2016-01-27mackie: semi-working Sends subview modePaul Davis
2016-01-27remove mackie send pot mode (subview mode for sends coming up)Paul Davis
2016-01-16Mackie Control: Added hidden tracks view mode.Len Ovens
2016-01-14Mackie Control: Remove unused global_solo_* functions, moved functionality to...Len Ovens
2015-12-16mackie: properly track lifetime of subview route; fix subview/potmode LED sta...Paul Davis
2015-12-16add dynamics support to mackie controlPaul Davis
2015-12-16mackie: use new route API for universal access to pan/eq/dynamics parameters ...Paul Davis
2015-12-16mackie: cleanup subview mode a littlePaul Davis
2015-12-16fix cherry-pick conflictPaul Davis
2015-12-16only use 1/100th gap between markers if transport is stopped, to prevent repe...Paul Davis
2015-12-16add beginnings of EQ and dynamics control to mackie for mixbusPaul Davis
2015-11-01Added Phase control mackie controls as part of the Trim (track) vpot assignment.Len Ovens
2015-10-22Make mackie control view mode save bank for all modes.Len Ovens
2015-10-20Make sure Mackie Control view modes start with route 1 except Mixer mode goes...Len Ovens
2015-10-20Added "Selected" view mode to Mackie Control.Len Ovens
2015-10-18Added Midi Tracks View mode.Len Ovens
2015-10-17Assign Global view to get back to Mixer.Len Ovens