summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/surface.cc
AgeCommit message (Expand)Author
2015-10-03fix windows compilationRobin Gareus
2015-10-02another change from modifier_state() to main_modifier_state()Paul Davis
2015-10-02avoid handling pitchbend (fader) messages while SHIFT modifier is active.Paul Davis
2015-10-02no longer call ::zero_all() when deleting an MCP surface object.Paul Davis
2015-10-02add new (fast) redisplay timer that pushes parameter display text to MCP device.Paul Davis
2015-10-02fix comment spellingPaul Davis
2015-10-02implement backlight, fader touch sensitivity and recalibrate fader functions ...Paul Davis
2015-10-02fix handler of fader (pitchbend) messages in Mackie Control so that the outbo...Paul Davis
2015-08-13Fixed feedback for MCP buttons and LEDs not working.Len Ovens
2015-08-13Added end of line to debug statmentLen Ovens
2015-08-09Make MCP MasterPosition match MIDI port number.Len Ovens
2015-06-04Add an option in the MCP .device file to set master position (fixes #6357)Len Ovens
2015-06-04Clean up mackie surface profile editor from things that don't work or match t...Len Ovens
2015-06-04Make ctl put v-pot in fine mode.Len Ovens
2015-04-15put all of the Mackie control surface code into the ArdourSurface namespacePaul Davis
2014-02-19add a hack to deal with device discovery race, in which the devices were not ...Paul Davis
2013-12-13Mackie Control support now saves & restores port connections for devices not ...Paul Davis
2013-12-13remove some unused code from mackie supportPaul Davis
2013-09-06tighten up error handling a little bit during various setup functions for Mac...Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-03-06for MCP devices that don't handshake, turn them on as soon as we call ::conne...Paul Davis
2013-01-16add copyright commentsPaul Davis
2012-06-14Fix uninitialised variable.Carl Hetherington
2012-06-13Prevents a master fader being created without a control at Surface::setup_mas...Rodrigo Severo
2012-06-09Fix crash in tests; not sure about the root cause.Carl Hetherington
2012-06-09MCP: latest patch from Rodrigo:Paul Davis
2012-06-06MCP: latest patch from Rodrigo:Paul Davis
2012-06-02MCP: another 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-29MCP: fix assigment of outbound sysex messages, and don't drain port->selectab...Paul Davis
2012-05-29fix missing negation from previous MCP commitPaul Davis
2012-05-29patch from rodrigo severo to make mackie timecode display workPaul Davis
2012-05-11provide some support for mackie devices like Steinberg's CMCs that do not do ...Paul Davis
2012-05-09remove debug outputPaul Davis
2012-05-09add a (potentially temporary) discover button for mackie devicesPaul 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-26fix initialization of control protocols so that brand new sessions get workin...Paul Davis
2012-04-26MCP: properly (?) handle bank/channel scrolling with locked stripsPaul 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-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2012-04-24MCP: remove debug outputPaul Davis
2012-04-24remove various debugging outputPaul Davis
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...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-18MCP: gui stuffPaul Davis