summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/controls.h
AgeCommit message (Expand)Author
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2016-01-18add API to allow mackie controls to use GroupControlDispositionPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-04-15put all of the Mackie control surface code into the ArdourSurface namespacePaul Davis
2014-11-25Fix order of parameters to stop_touch() in Mackie::ControlColin Fletcher
2012-04-16MCP: a fistful of changesPaul Davis
2012-04-14MCP: redesign to allow device-specific button IDs, since we know that at leas...Paul Davis
2012-04-12MCP: start generalizing mapping between surface controls and ARDOUR::Automati...Paul Davis
2012-04-11MCP: rename raw_id() to id(); add missign modifier_state() functionPaul Davis
2012-04-11MCP: more twiddling with codePaul Davis
2012-04-11MCP: probably fix crash on solo, another debug tracePaul Davis
2012-04-11MCP: more clarification of control ID schemePaul Davis
2012-04-11move all code to construct MIDI messages into relevant Control/Strip/Surface ...Paul Davis
2012-04-11MCP: breakout Led class code; remove builder code for Led changes and put it ...Paul Davis
2012-04-10MCP: fix fader touch button IDs; remove last traces of MidiControlUIPaul Davis
2012-04-10drastic, fundamental redesign of MCP codePaul Davis
2012-04-09use correct per-MCU index when building fader, pot, ledring messagesPaul Davis
2012-04-09start breaking apart the various controls into their own headers and source c...Paul Davis
2012-04-08MCP: make Strip aware of MeterPaul Davis
2012-04-08MCP: start up event loop (thread) so that we can do timeouts and metering; st...Paul Davis
2012-04-08MCP: look for jog wheel as a special casePaul Davis
2012-04-08MCP: add debug tracing for fader (pitchbend) messagesPaul Davis
2012-04-08MCP: major redesign of control instantiation; continuing code reformattingPaul Davis
2012-04-07MCP: build fixPaul Davis
2012-04-07MCP: drastically alter setup of Mackie surface to not use the CSV files in an...Paul Davis
2011-05-04Use a timeout to reset faders' in_use flags when in BCF mode (ie with faders ...Carl Hetherington
2011-05-04Comment typo.Carl Hetherington
2009-12-20substantial overhaul of MCU code - no more separate thread, just connect to s...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2008-12-12"merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compi...Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-02-14merge r1449 from surfaces branch to include mackie surface and tranzport upda...John Anderson