summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
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
2011-08-13track changes to config parameters for MMC device id's correctly (from roy ve...Paul Davis
2011-08-10if a binding map specifies controllables that don't exist in the session, dro...Paul Davis
2011-05-23Fix a few missing drops of Route references.Carl Hetherington
2011-05-11Fix compiler warning.Carl Hetherington
2011-05-05Add a GUI to set the number of active extenders for the Mackie control surface.Carl Hetherington
2011-05-04Do log/lin mapping for Mackie faders so that they behave like the on-screen o...Carl Hetherington
2011-05-04Use a timeout to reset faders' in_use flags when in BCF mode (ie with faders ...Carl Hetherington
2011-05-04Fix crash on startup when using BCF mode for the mackie surface.Carl Hetherington
2011-05-04Add small GUI to select Mackie / BCF2000 emulation for the mackie surface.Carl Hetherington
2011-05-04Comment typo.Carl Hetherington
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-03-25rename OSC surface shared object so that its copied into the bundlePaul Davis
2011-03-25permit envvar to define where to find MIDI binding maps (for bundle, or other...Paul Davis
2011-03-16Indent python files with spaces as per style guide.David Robillard
2011-03-07fix all manner of wrongness with port buffer offsetsPaul Davis
2011-02-22remove semantic-free Panner::Changed signal; make mackie code pay attention t...Paul Davis
2011-02-13GCC 4.6 fixes from oget (#3771).Carl Hetherington
2011-02-07Prevent various things from stopping the transport by requesting a transport ...Carl Hetherington
2011-02-06Fix up a few mackie control surface exceptions.Carl Hetherington
2011-01-28Add boost:: to shared_ptrs (not to be ambiguous with std::shared_ptr, Deja vu :)Sakari Bergen
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-19Lincoln's OSC clean-ups (#3716).Carl Hetherington
2010-12-14move ticks per beat from Meter to Timecode::BBT_Time, add new constructor for...Paul Davis
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard