summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/strip.cc
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18fix longstanding compiler warningPaul Davis
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-06-23amend 5e5f7a55; re-add wrongly removed variableRobin Gareus
2017-06-23MCU: Remove use of AutomationType as ID, part two.Robin Gareus
2017-06-23MCU: Remove use of AutomationType as ID, part one.Robin Gareus
2017-05-17MCP: Fix issue with strip "select" buttons that stayed stuck on.Ben Loftis
2017-05-17MCP: map the well-known EQ knobs more explicitly, not heuristically.Ben Loftis
2017-05-14Sanitize "well-known" ctrl APIRobin Gareus
2017-05-12change the way ControlProtocols (control surfaces) are notified and handle St...Paul Davis
2017-05-12MCP: Mixbus32C: Restore missing filter controls to the Dyn page.Ben Loftis
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-04-12Properly expose "well known" comp_redux output.Robin Gareus
2017-02-24remove misleading/incorrect commentPaul Davis
2017-02-17leave a ToDo note for the mackie surfaceRobin Gareus
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