summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/mackie_port.cc
AgeCommit message (Expand)Author
2012-04-10drastic, fundamental redesign of MCP codePaul Davis
2012-04-09MCP: maybe handle multiple MCUs better; add support for modifier keys; rearra...Paul Davis
2012-04-09start breaking apart the various controls into their own headers and source c...Paul Davis
2012-04-08MCP: look for jog wheel as a special casePaul Davis
2012-04-08MCP: connect to correct signal for buttons; more code tidy; extra debugging i...Paul Davis
2012-04-08MCP: add handler for forgotten noteOn (button) messages, and more code tidyingPaul Davis
2012-04-08MCP: more debugging for fader messagesPaul Davis
2012-04-08MCP: fix fader mapping from extendersPaul Davis
2012-04-08MCP: fix (?) interpretation of fader/pitchbend messagesPaul Davis
2012-04-08MCP: add debug tracing for fader (pitchbend) messagesPaul Davis
2012-04-08MCP: correctly link routes and strips; correctly set up timeouts using event ...Paul Davis
2012-04-08MCP: stop using signals to handle parsed control events; add debuggingPaul Davis
2012-04-08MCP: drop need for ScopedConnectionList::empty()Paul Davis
2012-04-08MCP: major redesign of control instantiation; continuing code reformattingPaul Davis
2012-04-07MCP: alternative method for clearing route table when switching banksPaul 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-02-06Fix up a few mackie control surface exceptions.Carl Hetherington
2010-10-19(3.0 version) some Mackie-emulation systems (e.g. euphonix) send zero for the...Paul Davis
2010-07-08Trim midi++ port code to either do in or out, but not both in the same object.Carl Hetherington
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
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
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-30Fix angle bracket project-local include paths.David Robillard
2009-07-28Fix some more warnings.Carl Hetherington
2008-12-12"merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compi...Paul Davis
2008-10-13Fix warning.David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-03-11to fix the abort on shutdown bug, make sure SurfacePort destructor doesn't ki...John Anderson
2007-03-09Stop trying to talk to device on startup. Remap some bcf buttons.John Anderson
2007-02-16Fix for building on MacOS X.Taybin Rutkin
2007-02-14merge r1449 from surfaces branch to include mackie surface and tranzport upda...John Anderson