summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
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
2012-04-07MCP: alternative method for clearing route table when switching banksPaul Davis
2012-04-07MCP: build fixPaul Davis
2012-04-07MCP: drastically alter setup of Mackie surface to not use the CSV files in an...Paul Davis
2012-04-07MCP: try to fix madness with extender strip indicesPaul Davis
2012-04-07MCP: try to actually use extendersPaul Davis
2012-04-07debugging mcu via ssl nucleus 2Paul Davis
2012-04-07debugging mcu via ssl nucleusPaul Davis
2012-03-21Update motorised button when a motorised surface's bindings are loaded.Carl Hetherington
2012-03-21Make toggle MIDIControllables with program changes only respond to the approp...Carl Hetherington
2012-03-19Add GPL boilerplate; use x->foo for (*x).foo; tidy some indentation; use a ta...Carl Hetherington
2012-03-19Add set_motorised().Carl Hetherington
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2012-03-07Add motorised attribute to DeviceInfo for generic MIDI maps so thatCarl Hetherington
2012-03-06Work around problems with some JACK<->ALSA midi bridges which don'tCarl Hetherington
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2011-12-19rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_ba...Paul Davis
2011-12-14patch from roy vegard to stop feedback from causing jumps when a MIDI control...Paul Davis
2011-12-13more fun and games with meter and the tempo map: rename Meter::beats_per_bar(...Paul Davis
2011-11-23Pack toolbar combo boxes with expand=false and remove size kludges.David Robillard
2011-10-22change several startup messages to be triggered only by -D (debug) optionsPaul Davis
2011-10-20include abstract_ui.cc in mackie source to actually instantiate the AbstractU...Paul Davis
2011-10-20make mackie control header include abstract_ui.h (might help compile/link iss...Paul Davis
2011-10-20fix minor typoPaul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-30don't build tranzport support unless it was asked for (it doesn't work anyway)Paul Davis
2011-09-30more changes to wscript files to catch up with waf 1.6 and fix OS X issuesPaul Davis
2011-09-30make surfaces header checks non-mandatory (for OS X)Paul Davis
2011-09-29Use is_defined to check for HAVE_* variables set by checks.David Robillard
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-09-27Fix crash on close after Mackie modifications by making it use AbstractUI so ...Carl Hetherington
2011-09-26Fix crash on startup caused by previous Mackie commits.Carl Hetherington
2011-09-26No-op; formatting tidy-ups.Carl Hetherington
2011-09-26Update Mackie surface state when something is connected to its output port (#...Carl Hetherington
2011-09-26Delete MIDI port objects when the MackieControlProtocol is torn down, so that...Carl Hetherington
2011-08-16avoid compiler warnings about un-implemented MIDI functions (for now)Paul Davis
2011-08-14make control protocol's SelectByRID signal work, thus enabling MIDI binding m...Paul Davis