summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2010-11-28add non-functional meta-controls for 2in/2out panning, to control direction+w...Paul Davis
2010-11-28Fix non-update of session range marker in some cases.Carl Hetherington
2010-11-28fix lookup of LV2 plugin parameter namePaul Davis
2010-11-28initialize rec-enable controllable after setting MidiTrack's diskstream (see ...Paul Davis
2010-11-28more or less complete restoration of Controllable::_id from XML, with all tha...Paul Davis
2010-11-27don't display internal returns to userPaul Davis
2010-11-27remove (or attempt to remove) requirement for holding process lock when chang...Paul Davis
2010-11-27changes associated with save/restore of AutomationControl id'sPaul Davis
2010-11-27save controls state in PluginInsert state nodes (needed to restore MIDI bindi...Paul Davis
2010-11-27make IO::disconnect (port,port) symmetric with IO::connect (port,port) by req...Paul Davis
2010-11-27Add comments.Carl Hetherington
2010-11-26Add missing files from previous commit.Carl Hetherington
2010-11-26Handle unknown plugins on loading sessions by hiding them from the user and t...Carl Hetherington
2010-11-26Add lots of asserts to try to track down #3553.Carl Hetherington
2010-11-26Remove premature inclusion of lv2_persist_file.cDavid Robillard
2010-11-26Fix more broken indentation (whitespace changes only).David Robillard
2010-11-26VBAP panner should use Panner::_angles not its own private azi/ele members : ...Paul Davis
2010-11-26add two process lock calls where some port connecting occursPaul Davis
2010-11-26one step closer to working vbap panningPaul Davis
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-11-25Add missing file.David Robillard
2010-11-25Stub implementation of LV2 persist extension.David Robillard
2010-11-25Remove unused code.Carl Hetherington
2010-11-24Prevent crash when loading sessions with unknown plugins.Carl Hetherington
2010-11-23Save solo isolate / solo safe states. Fixes #3551.Carl Hetherington
2010-11-23semi-functioning vbap panning, still not donePaul Davis
2010-11-21Thought-to-be-fix for #2794; fix route process order sorting.Carl Hetherington
2010-11-20more debuggingPaul Davis
2010-11-20debuggingPaul Davis
2010-11-20Save/restore aux send levels. Fixes #3546.Carl Hetherington
2010-11-19Fix typo causing CPU burn.Carl Hetherington
2010-11-19non-crashing (but also non-functional) integration of VBAP with panner "archi...Paul Davis
2010-11-18steps toward a working VBAP pannerPaul Davis
2010-11-18add license info to vbap codePaul Davis
2010-11-18initial check in of VBAP implementation (not coupled to any existing ardour o...Paul Davis
2010-11-17Add std::string specialization for ConfigVariableWithMutation which handles s...Carl Hetherington
2010-11-17Remove debug output.Carl Hetherington
2010-11-16handle OS X's lack of unnamed semaphores, phase 1Paul Davis
2010-11-15Modify region trim cursor if a region can only be trimmed in one direction.Carl Hetherington
2010-11-15nominally add MIDI input support for AudioUnit pluginsPaul Davis
2010-11-14Fix updates of LV2 plugin parameters. Fixes #3341.Carl Hetherington
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington
2010-11-13Fix crash on closedown.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-12Remove unused variables.Carl Hetherington
2010-11-10fix botched fixPaul Davis
2010-11-10remove some unnecessary and hard-to-compile-on-OSX debug stuffPaul Davis
2010-11-10remove duplicate std limit + format macro defsPaul Davis
2010-11-10remove duplicate std limit + format macro defsPaul Davis
2010-11-10fix dubious conflation of int and pthread_tPaul Davis