summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/strip.cc
AgeCommit message (Expand)Author
2015-10-13mackie support omnibus patchPaul Davis
2015-10-11Correct wrong value on LCD strip when fader is touched (fixs #6619 from Petr ...Len Ovens
2015-10-10Display parameter that matches mode.Len Ovens
2015-10-10numerous changes to Mackie support, generally offering better robustnessPaul Davis
2015-10-09NOOP: whitespace/indent fixPaul Davis
2015-10-09add TrimAutomation to list of possible pot parameters for routesPaul Davis
2015-10-09remove unused and useless stuff relating to bundles inside Mackie::StripPaul Davis
2015-10-09set up control_by_parameter map in a Mackie::Strip so that subsequent array-s...Paul Davis
2015-10-08fix logic to reshow strip "name" after a message displayPaul Davis
2015-10-08fix rebase conflicts left over after pullPaul Davis
2015-10-08lots of changes to try to get the Mackie Control display be more useful and u...Paul Davis
2015-10-08more mackie strip redisplay renames, and add a global block to redisplays\nPaul Davis
2015-10-08subtle rework/rename of per-strip revert-to-vpot-display codePaul Davis
2015-10-07Add Trim to Mackie controls.Len Ovens
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-02use ::main_modifier_state() in some more placesPaul Davis
2015-10-02add new (fast) redisplay timer that pushes parameter display text to MCP device.Paul Davis
2015-09-28Fix Mackie control metering (fixes #6608).Len Ovens
2015-05-24fix for MCP panner width - closes #6341Len Ovens
2015-05-02professionalize peak-metersRobin Gareus
2015-04-15put all of the Mackie control surface code into the ArdourSurface namespacePaul Davis
2014-12-15try alternate Glib:: API for conversion from UTF-8 to ascii in Mackie support...Paul Davis
2014-12-15nominal fix for sending UTF-8 text to Mackie surfacePaul Davis
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-02-19add a hack to deal with device discovery race, in which the devices were not ...Paul Davis
2014-01-15NOOP, semantic update, don't pannable's panner for direct access.Robin Gareus
2013-09-03fix error introduced during recent changes to Mackie control support, involvi...Paul Davis
2013-08-24fix confusion about whether flip_mode in the Mackie support code is a bool or...Paul Davis
2013-03-06for MCP devices that don't handshake, turn them on as soon as we call ::conne...Paul Davis
2012-06-16Return silence from read_from_sources() if we try to read a channel that our ...Carl Hetherington
2012-06-09MCP: latest patch from Rodrigo:Paul Davis
2012-06-01MCP: Patch from Rodrigo that:Paul Davis
2012-05-30MCP: metering changes from rodrigo, makes metering work correctly on the MC P...Paul Davis
2012-05-24add support for <HasMeters value=XX/> stanza in MCP device info filePaul Davis
2012-05-22MCP: pay attention to listen changes as well as solo changes, and reflect lis...Paul Davis
2012-05-21split apart mackie meter messages when we have to send two, one to turn on/of...Paul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-28control surfaces: make it possible to keep display of current GUI/selection s...Paul Davis
2012-04-26MCP: more sensible version of previous commit, and better behaviour for play ...Paul Davis
2012-04-26MCP: fix handling of vpot pressesPaul Davis
2012-04-26fix initialization of control protocols so that brand new sessions get workin...Paul Davis
2012-04-26MCP: lots of good stuff - recenable bug fixed, cursor keys for vertical scrol...Paul Davis
2012-04-25MCP: various fixes, plus removal of ui_bind() (just for mackie code)Paul Davis
2012-04-24MCP: remove debug outputPaul Davis
2012-04-24MCP: remove debugging related to selection that turned out to be about some J...Paul Davis
2012-04-23ControlProtocol doesn't actually need any record of an event loop and doesn't...Paul Davis
2012-04-22MCP: another bevy of changes, including working jog wheelPaul Davis
2012-04-22MCP: a fistful of improvements. probably best to just try it and see what it ...Paul Davis
2012-04-20Fix some warnings.Carl Hetherington