summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/strip.cc
AgeCommit message (Expand)Author
2016-11-27NO-OP; Backport changes from Mixbus branchRobin Gareus
2016-07-06mackie: ensure that the strip where select was pressed ends up as the first_s...Paul Davis
2016-06-12MackieControl: in sends subview, if there are no sends for a vpot, drop the c...Paul Davis
2016-06-12redesign/reimplement selection knowledge in MackieControlProtocol objectPaul Davis
2016-06-10remove certain ControlProtocol signals related to stripable selectionPaul Davis
2016-05-31use new record safe control in surface supportPaul Davis
2016-05-31fix SNAFU in which Stripable::rec_enable_control() was incorrectly defined as...Paul Davis
2016-05-31remove no-effect handling of route active-status change in Mackie Control codePaul Davis
2016-05-31fix crash in mackie code caused by assumption that all Stripables have metersPaul Davis
2016-05-31convert Mackie Control Surface support to use Stripable, not RoutePaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31remove Route::listening_via_monitor()Paul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31fix faderport and mackie to use route AutomationControls to be notified about...Paul Davis
2016-05-31use redesigned Route and VCA object architecture/APIPaul Davis
2016-05-07fix shared_ptr<Route> management in Mackie support so that deleted routes are...Paul Davis
2016-02-03mackie: fix gain control displayPaul Davis
2016-02-03mackie: use bus shortname in send subview.Paul Davis
2016-02-03zero more stuff out when leaving subview modePaul Davis
2016-02-03Mackie Protocol: Show dB values for Mixbus "Send" levels.Ben Loftis
2016-02-02Fix for previous commitBen Loftis
2016-02-02fix for knob scalingBen Loftis
2016-02-02Mackie Control: remove Shift/select zeros fader.Len Ovens
2016-02-02mackie: update fader+pot when changing flip statusPaul Davis
2016-02-02mackie: fix display of input trim level trackview modePaul Davis
2016-02-02mackie: fix display of send level/fader level in send subviewPaul Davis
2016-02-01mackie: substantial reworking of flip mode with large chunks of code no longe...Paul Davis
2016-02-01mackie: add Phase control (for first channel only) in Track View subview mode.Paul Davis
2016-01-31mackie: slightly less fragile/more readable code for compute new controllable...Paul Davis
2016-01-31mackie: consistent use of Shift to mean "InverseGroup"Paul Davis
2016-01-31mackie: display correct numerical send levelPaul Davis
2016-01-31mackie: implement trim, monitoring, solo iso and solo safe for trackview submodePaul Davis
2016-01-31mackie: make shift-click use InverseGroup semantics as intended, not NoGroupPaul Davis
2016-01-31NOOP: comment fixPaul Davis
2016-01-31mackie: make vselect events and pot events handle toggle/enumeration controls...Paul Davis
2016-01-31mackie: partially working trackview submode.Paul Davis
2016-01-31mackie: remove Trim pot mode, and add skeleton for TrackView subview modePaul Davis
2016-01-29mixbus: vpot press in non-subview mode should toggle master bus sendPaul Davis
2016-01-29mackie: in Sends subview mode, the enable control for the send should be look...Paul Davis
2016-01-29mackie: redesign display logic entirelyPaul Davis
2016-01-28mackie: use Route::send_name() rather than Route::nth_send()Paul Davis
2016-01-28mackie: fix display of send level valuePaul Davis
2016-01-27mackie: clean up (some) interactions between subview mode and selectionPaul Davis
2016-01-27remove debug outputPaul 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-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-18mackie: shift-fader overrides group settingsPaul Davis
2016-01-18remove shift-fader-touch as a way to reset gain to defaultPaul Davis
2016-01-12Mackie Control, Fix sends after monitor not showing.Len Ovens