summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/strip.cc
AgeCommit message (Expand)Author
2020-04-07more code rearrangement ... old gcc/mingw does not allow Enum::ValuePaul Davis
2020-04-07try some rearrangement to fix old mingw buildsPaul Davis
2020-04-07fix missing #includePaul Davis
2020-04-07add plugin support for mackie unitsPhil
2020-03-21NO-OP: remove unused #includesRobin Gareus
2020-02-20MCU: fix pan_azimuth direction by setting Rotary flag.Ben Loftis
2019-12-14Make BusSendLevel 1st class citizen (1/2)Robin Gareus
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
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