summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/mackie_control_protocol.h
AgeCommit message (Expand)Author
2015-10-02add new (fast) redisplay timer that pushes parameter display text to MCP device.Paul Davis
2015-10-02implement backlight, fader touch sensitivity and recalibrate fader functions ...Paul Davis
2015-10-02change zoom and scrub handling to use modifier bitsPaul Davis
2015-08-14Fixed Mackie control port naming for extender use (fixes #6500)Len Ovens
2015-08-13Fixed feedback for MCP buttons and LEDs not working.Len Ovens
2015-06-24rationalize save/restore of control surface "feedback" propertyPaul Davis
2015-06-04Clean up mackie surface profile editor from things that don't work or match t...Len Ovens
2015-04-15put all of the Mackie control surface code into the ArdourSurface namespacePaul Davis
2014-12-03changes to Mackie Control support for new crossthreadchannel implementationPaul Davis
2014-11-26remove "port sources" management from MidiControlUI and Mackie support.Paul Davis
2014-02-19add a hack to deal with device discovery race, in which the devices were not ...Paul Davis
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
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-10-17add -fvisibility=hidden to libgtkmm2ext, and make things workPaul 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