summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2012-06-02MCP: another patch from rodrigo:Paul Davis
2012-06-01revert part of earlier MCP patch from rodrigoPaul 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-30MCP: remove misleading and confusing and out of date commentPaul Davis
2012-05-29MCP: correct display of timecodePaul 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-27MCP: remember to drain the x-thread FIFO that tells us that JACK MIDI data ha...Paul Davis
2012-05-25missing method for MCPPaul Davis
2012-05-24add support for <HasMeters value=XX/> stanza in MCP device info filePaul Davis
2012-05-24Compile cleanly with clang.David Robillard
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-21remove Tranzport configure option, since the code will not workPaul Davis
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-05-14remove inclusion of boost/signasl2.hppPaul Davis
2012-05-14remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, ...Paul Davis
2012-05-12fully tear down Mackie GUI when disabling mackiePaul 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-05tweak MCP search pathsPaul Davis
2012-05-05change detection system for liblo to use pkgconfig and test in only one placePaul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-30fix up some const-ness issues starting from Evoral::Event::set(), and interse...Paul Davis
2012-04-28control surfaces: make it possible to keep display of current GUI/selection s...Paul Davis
2012-04-27MCP: failure to rebank for cases where num_routes < num_strips but we're not ...Paul Davis
2012-04-26MCP: ctrl-select toggle selections status, analogous to GUI opPaul 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: 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: dynamic ipMIDI ports, more default key bindings, various minor fixesPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-25MCP: quick build fixPaul Davis
2012-04-25MCP: various fixes, plus removal of ui_bind() (just for mackie code)Paul Davis
2012-04-24revert previous commit (it should work, but did not); minor tweaks elsewherePaul Davis
2012-04-24make generic MIDI support handle SendFeedback() in process()-context, not in ...Paul Davis
2012-04-24likely fix for various odd problems with cross-thread callbacksPaul Davis
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...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-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