summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/surface_port.h
AgeCommit message (Expand)Author
2015-10-11Several changes to Mackie support. Breaks existing Mackie state on disk but notPaul Davis
2015-10-08add new API to access AsyncMIDIPort members of Mackie Surface portPaul Davis
2015-10-07track Mackie MIDI port connection status as primary trigger for handshake wit...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-04-15put all of the Mackie control surface code into the ArdourSurface namespacePaul Davis
2013-12-13Mackie Control support now saves & restores port connections for devices not ...Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...Paul Davis
2012-04-12MCP: switch devices on the fly; name MIDI ports appropriately; fix active sta...Paul Davis
2012-04-10drastic, fundamental redesign of MCP codePaul 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: major redesign of control instantiation; continuing code reformattingPaul Davis
2011-05-04Use a timeout to reset faders' in_use flags when in BCF mode (ie with faders ...Carl Hetherington
2010-07-08Trim midi++ port code to either do in or out, but not both in the same object.Carl Hetherington
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-03-11to fix the abort on shutdown bug, make sure SurfacePort destructor doesn't ki...John Anderson
2007-03-02add locks around port read/write. Much more stable on startup now.John Anderson
2007-02-14merge r1449 from surfaces branch to include mackie surface and tranzport upda...John Anderson