summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/mcp_buttons.cc
AgeCommit message (Expand)Author
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
2015-10-13mackie support omnibus patchPaul Davis
2015-10-07Add Trim to Mackie controls.Len Ovens
2015-10-07add button time and explicit bank switching to MCP supportPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-02change zoom and scrub handling to use modifier bitsPaul Davis
2015-09-21Vpot assign buttons don't do anything, don't light LEDs either.Len Ovens
2015-09-21Make Mackie control surface LEDs for modifier keys only light while pressed. ...Len Ovens
2015-09-08Made master fader touch and jog go to _master_surface instead of first surface.Len Ovens
2015-06-04Clean up mackie surface profile editor from things that don't work or match t...Len Ovens
2015-05-27fix unsigned/signed math errorPaul Davis
2015-05-27ensure that Mackie Control bank left/right commands always hit the same bound...Paul Davis
2015-04-15put all of the Mackie control surface code into the ArdourSurface namespacePaul Davis
2013-08-24fix confusion about whether flip_mode in the Mackie support code is a bool or...Paul Davis
2013-01-17fix up Location::first_location_(after|before) to do the right thing when mar...Paul Davis
2012-06-13Fix some uninitialised variable warnings.Carl Hetherington