summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
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
2010-12-13Eliminate circular dependency kludge for control_protocol/smpte.o.David Robillard
2010-12-11Fix a few tiny memory leaks.Carl Hetherington
2010-12-05correct locations for new osc filesPaul Davis
2010-12-05part of lincoln's patches for OSC/ardroidPaul Davis
2010-12-03provide access to plugin parameters from OSC. not tested. from olafPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-02A few type fixes.Carl Hetherington
2010-12-01Revert previous incorrect patch.Carl Hetherington
2010-12-01Remove unused timecode offset stuff.Carl Hetherington
2010-11-29Removing more of using boost::shared_ptrSakari Bergen
2010-11-29fix conversion of MIDI controller (7 bit) value into a 0..+1.0 range valuePaul Davis
2010-11-28add non-functional meta-controls for 2in/2out panning, to control direction+w...Paul Davis
2010-11-27changes associated with save/restore of AutomationControl id'sPaul Davis
2010-11-26Fix more broken indentation (whitespace changes only).David Robillard
2010-11-26one step closer to working vbap panningPaul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-10-27Make build scripts python2/3 agnostic.Carl Hetherington
2010-10-19(3.0 version) some Mackie-emulation systems (e.g. euphonix) send zero for the...Paul Davis
2010-10-05Fix incorrect angle brackets for includes.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-09Allow markers to be glued to bar/beat time. Fixes #1815.Carl Hetherington
2010-07-30Put Mackie surface ports into the Ardour tab of the port matrix.Carl Hetherington
2010-07-29Fix startup of the mackie surface code.Carl Hetherington
2010-07-27Fix up Mackie control surface to cope with changes to midi++ midi ports from ...Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-08Move MIDI control port ownership into the MIDI Manager, since control port st...Carl Hetherington