summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/mackie_control_protocol.cc
AgeCommit message (Expand)Author
2020-04-07do not initialize shared_ptr<Subview> with 0Paul Davis
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-07NOOP: whitespacePaul Davis
2020-04-07fix missing #includePaul Davis
2020-04-07add plugin support for mackie unitsPhil
2019-12-30use a local version (copy) of the G_SOURCE_FUNC macro, since it is not availa...Paul Davis
2019-12-30Revert "fix a cast warning (as recommended in GTK+ docs"Robin Gareus
2019-12-29use new BasicUI and Session API to deal with transport statePaul Davis
2019-12-29fix a cast warning (as recommended in GTK+ docsPaul Davis
2019-10-22New implementation for single-fader mackie devices (reverts b96d8e)Ben Loftis
2019-10-20Add support for single-fader MCU devices: XTouch One and RuCo. (needs testing)Ben Loftis
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2019-04-01Expose Latch automation mode to MCUsRobin Gareus
2018-09-27MCP: Allow the current bank to move right one channel even if this results in...Albert Graef
2018-02-10iCon device tweaks: faster timecode display refresh rate. Submitted by Michal...Ben Loftis
2018-02-01Support for the iCON Qcon mcp device - sysex strings. Submitted by Michal Ba...Ben Loftis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-05Consolidate ctrl surface codeRobin Gareus
2017-05-17MCP: Fix issue with strip "select" buttons that stayed stuck on.Ben Loftis
2017-05-12change the way ControlProtocols (control surfaces) are notified and handle St...Paul Davis
2017-05-12MCU: F-keys are reserved only for user-defined actions; no need for explicit ...Ben Loftis
2017-05-12MCP: Momentarily light buttons when they are used to trigger a defined action.Ben Loftis
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-04-19Use XMLNode::get/set_property API in MackieControlProtocol classTim Mayberry
2017-02-09remove debugging stacktrace from mackie codePaul Davis
2017-02-01mackie: catch data on what presentation info aspects changed; don't change ba...Paul Davis
2017-01-31debugging with markk: stacktrace on bank switch in mackie codePaul Davis
2017-01-31stop DEBUG_TRACE for MackieControl crashing in some conditionsPaul Davis
2017-01-31mackie: check modifier bits for button AFTER identifying possibly remapped bu...Paul Davis
2017-01-31mackie: more debug tracingPaul Davis
2017-01-31mackie: more debug tracing for remapped buttonsPaul Davis
2017-01-31Revert "mackie: make profile-mapped keys maybe actually do something"Paul Davis
2017-01-31Revert "mackie: improve previous commit - use button_id not button.bid() to m...Paul Davis
2017-01-31mackie: improve previous commit - use button_id not button.bid() to make rema...Paul Davis
2017-01-31mackie: make profile-mapped keys maybe actually do somethingPaul Davis
2017-01-31more mackie debug tracingPaul Davis
2016-11-27NO-OP; Backport changes from Mixbus branchRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-06mackie: ensure that the strip where select was pressed ends up as the first_s...Paul Davis
2016-07-06restore/extend/simplify ControlProtocol API to allow tracking of selectionPaul Davis
2016-07-04use session stripable selection APIPaul Davis
2016-06-12redesign/reimplement selection knowledge in MackieControlProtocol objectPaul Davis
2016-06-12reduce verbosity of -D mackie in the presence of continued handshaking/keepal...Paul Davis
2016-06-10Various changes to PresentationInfo and a small consolidation of sorters.Paul Davis
2016-06-10remove certain ControlProtocol signals related to stripable selectionPaul Davis
2016-06-05don't connect to individual PresentationInfo signals per Stripable; we only r...Paul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::orderPaul Davis
2016-05-31use new record safe control in surface supportPaul Davis