summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
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
2010-07-08Trim midi++ port code to either do in or out, but not both in the same object.Carl Hetherington
2010-07-07Fix Mackie surface after port rework.Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-07-06Remove non-JACK midi++ ports.Carl Hetherington
2010-04-08add support for "msg=" bindings and also action="SomeGroup/Action"Paul Davis
2010-04-06MIDI/Controllables for monitor section, and related fixesPaul Davis
2010-04-02remove PBD::Connection (replace use with PBD::ScopedConnection); remove limit...Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-25use correct (RCConfig-based) name for MIDI port in generic MIDI control stuff...Paul Davis
2010-03-22remove near-duplicate session constructor; change names from control_outs to ...Paul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis