summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/mackie_control_protocol_poll.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2014-01-23mackie code does not use poll(2) and so does not need poll.hPaul Davis
2012-04-10drastic, fundamental redesign of MCP codePaul Davis
2010-07-27Fix up Mackie control surface to cope with changes to midi++ midi ports from ...Carl Hetherington
2009-12-20substantial overhaul of MCU code - no more separate thread, just connect to s...Paul Davis
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-22Use info stream for infoey things.David Robillard
2009-10-14Don't raise errors on probe.David Robillard
2009-07-28Fix some more warnings.Carl Hetherington
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-12-12"merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compi...Paul Davis
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-20Fix precedence error.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-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-03-11to fix the abort on shutdown bug, make sure SurfacePort destructor doesn't ki...John Anderson
2007-03-10clean up shutdownJohn Anderson
2007-03-09Stop trying to talk to device on startup. Remap some bcf buttons.John Anderson
2007-03-09Finish automation polling. Get rid of strip_from_route.John Anderson
2007-03-09poll for automationJohn Anderson
2007-02-20update surface when remote ids changeJohn Anderson
2007-02-17Don't add duplicate remote_control_id to active banks. Notes and tweaks.John Anderson
2007-02-14merge r1449 from surfaces branch to include mackie surface and tranzport upda...John Anderson