summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/mackie_control_protocol.h
AgeCommit message (Expand)Author
2013-12-21new CP API and fix several egregious bugs with port handling when switching d...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-24fix confusion about whether flip_mode in the Mackie support code is a bool or...Paul Davis
2012-12-31avoid crash when switching devices in mackie control code, add locks to prote...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-09MCP: latest patch from Rodrigo:Paul Davis
2012-06-06MCP: latest patch from Rodrigo:Paul Davis
2012-06-01MCP: Patch from Rodrigo that:Paul Davis
2012-05-09add a (potentially temporary) discover button for mackie devicesPaul Davis
2012-04-28control surfaces: make it possible to keep display of current GUI/selection s...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-25MCP: dynamic ipMIDI ports, more default key bindings, various minor fixesPaul 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:maybe functioning button binding stuff, plus save-to-disk-on-change (stil...Paul Davis
2012-04-17MCP: various work on the button binding GUIPaul Davis
2012-04-16MCP: no fake touch for anything, actuallyPaul Davis
2012-04-16MCP: make v-pot press work; work ongoing on general keybindingsPaul Davis
2012-04-15share buttons IDs where feasiblePaul Davis
2012-04-15new button IDs, one for MCP one for LCP, plus methods associated with them; S...Paul Davis
2012-04-14MCP: redesign to allow device-specific button IDs, since we know that at leas...Paul Davis
2012-04-13MCP: hack for Nucleus fader touch messagesPaul Davis
2012-04-13MCP: catch noteOff to see note-on+velocity=zero messages; more GUI tweaksPaul Davis
2012-04-13MCP: timeout display of value when altering with fader or pot; range ops on s...Paul Davis
2012-04-13show gain level as its adjusted from ardour GUI (not reverted back); basic su...Paul Davis
2012-04-12MCP: start generalizing mapping between surface controls and ARDOUR::Automati...Paul Davis
2012-04-12MCP: switch devices on the fly; name MIDI ports appropriately; fix active sta...Paul Davis
2012-04-12propagate GUI track selection to control protocols; make MCP update when GUI ...Paul Davis
2012-04-12MCP: loading device info files basically operationalPaul Davis
2012-04-12MCP: stubbed device info file loadingPaul Davis
2012-04-12MCP: check on whether we using pan width controlPaul Davis
2012-04-11MCP: reverse operation of cursor up/down in zoom mode; more tracign for vpotPaul Davis
2012-04-11MCP: make BasicUI::rewind() behave symmetrically to BasicUI::ffwd(); basics o...Paul Davis
2012-04-11MCP: more view mode support, use 6 bits for pot information, more mute debug ...Paul Davis
2012-04-11MCP: start adding different view modes and support for FlipPaul Davis
2012-04-11MCP: provide basic mechanism for configuring function keysPaul Davis
2012-04-11MCP: rename raw_id() to id(); add missign modifier_state() functionPaul Davis
2012-04-11MCP: make vpots control pan width + direction/positionPaul Davis
2012-04-11move all code to construct MIDI messages into relevant Control/Strip/Surface ...Paul Davis
2012-04-11MCP: debug tracing, plus start of a new cleaner handling system for button ha...Paul Davis
2012-04-11MCP: tweak operation of most transport buttons, make save button work, start ...Paul Davis
2012-04-10give MackieControlProtocol its own thread and make it parse incoming MIDI in ...Paul Davis
2012-04-10MCP: fix buildPaul Davis
2012-04-10drastic, fundamental redesign of MCP codePaul Davis
2012-04-09MCP: make rightward bank shift work, and add a flag for scrub mode; more code...Paul Davis
2012-04-09MCP: maybe handle multiple MCUs better; add support for modifier keys; rearra...Paul Davis