summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-04-11remove debugging output, and fix MCP to use MISSING_INVALIDATOR to stop crash...Paul Davis
2012-04-10Forward port LV2 BPM and freewheeling port stuff from 2.0-ongoing.David Robillard
2012-04-10Fix failed assertion with plugins with only an audio output are inserted on a...David Robillard
2012-04-10MCP: fix fader touch button IDs; remove last traces of MidiControlUIPaul Davis
2012-04-10give MackieControlProtocol its own thread and make it parse incoming MIDI in ...Paul Davis
2012-04-10add "centrally-parsed" property to MIDI::Port so that we can avoid the MidiUI...Paul Davis
2012-04-10MCP: debug tracingPaul Davis
2012-04-10MCP: debug tracingPaul Davis
2012-04-10MCP: fix 2-char display message to avoid running status issues with JACK MIDIPaul Davis
2012-04-10MCP: actually map routes to strips, more debug tracingPaul Davis
2012-04-10MCP: actually connect surfaces to incoming MIDI eventsPaul Davis
2012-04-10MCP: more debug tracingPaul 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-09use correct per-MCU index when building fader, pot, ledring messagesPaul Davis
2012-04-09MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom ...Paul Davis
2012-04-09MCP: shift-select resets gain to unityPaul Davis
2012-04-09MCP: maybe handle multiple MCUs better; add support for modifier keys; rearra...Paul Davis
2012-04-09MCP: avoid debug flood from metersPaul Davis
2012-04-09MCP: register thread with GUI and create session event poolPaul Davis
2012-04-09MCP: different meter debug trace; initial support for track selectionPaul Davis
2012-04-09allow ControlProtocols to call for undo/redo in GUI; make MCP use thisPaul Davis
2012-04-09MCP: zoom button toggles ledPaul Davis
2012-04-09MCP: zoom in on cursor right pressPaul Davis
2012-04-09MCP: some debug tracing for metersPaul Davis
2012-04-09remove redundant MackieButtonHandler class, implement initial zoom support fo...Paul Davis
2012-04-09start breaking apart the various controls into their own headers and source c...Paul Davis
2012-04-09MCP: change refresh interval for meters + automation + timecode to 100msecPaul Davis
2012-04-09MCP: add some locking to the RouteSignals objectPaul Davis
2012-04-09MCP: possible support for metering (really)Paul Davis
2012-04-08MCP: make Strip aware of MeterPaul Davis
2012-04-08MCP: start up event loop (thread) so that we can do timeouts and metering; st...Paul Davis
2012-04-08MCP: look for jog wheel as a special casePaul Davis
2012-04-08MCP: move init functions back into Surface since there is no difference betwe...Paul Davis
2012-04-08MCP: remove no-longer-used filesPaul Davis
2012-04-08MCP: connect to correct signal for buttons; more code tidy; extra debugging i...Paul Davis
2012-04-08MCP: remove files no longer used (copies are always available in 2.0-ongoing ...Paul Davis
2012-04-08MCP: add handler for forgotten noteOn (button) messages, and more code tidyingPaul Davis
2012-04-08MCP: more debugging for fader messagesPaul Davis
2012-04-08MCP: fix fader mapping from extendersPaul Davis
2012-04-08debug ardour->MCP fader mappingPaul Davis
2012-04-08MCP: fix (?) interpretation of fader/pitchbend messagesPaul Davis
2012-04-08MCP: add debug tracing for fader (pitchbend) messagesPaul Davis
2012-04-08MCP: add debug tracing for timeoutsPaul Davis
2012-04-08MCP: correctly link routes and strips; correctly set up timeouts using event ...Paul Davis
2012-04-08MCP: stop using signals to handle parsed control events; add debuggingPaul Davis
2012-04-08MCP: drop need for ScopedConnectionList::empty()Paul Davis
2012-04-08MCP: major redesign of control instantiation; continuing code reformattingPaul Davis
2012-04-07MCP: fix bad use of strips containerPaul Davis