summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-01-24Make time stretch respect edit groups (#4615).Carl Hetherington
2012-01-24provide ActionManager::do_action() as a way to trigger any action item as if ...Paul Davis
2012-01-24always write a PERFORMER entry into a CUE file even if its not definedPaul Davis
2012-01-24make adding tracks/busses from templates just like adding them at the start o...Paul Davis
2012-01-24more useful error message when an internal send fails to find its targetPaul Davis
2012-01-24a better fix for click oddness: do not clear clicks when transport stops till...Paul Davis
2012-01-24clear clicks when auto-returning, looping or whateverPaul Davis
2012-01-24remove debug output; increase size of click pool, to cover long latency setti...Paul Davis
2012-01-24improved fix for TOC string escaping, handle anything that can be converted f...Paul Davis
2012-01-23undo escaping of strings in CUE filesPaul Davis
2012-01-23a better fix for CUE/TOC string escaping: if the text is not Latin-1 already,...Paul Davis
2012-01-23fix failure to find route templatesPaul Davis
2012-01-23Speed up iterating over an entire PortSet by keeping aCarl Hetherington
2012-01-23Fix export threading timeouts when disk operations take long. Might fix other...Sakari Bergen
2012-01-23Trim calls to parameter_count() a bit during the processCarl Hetherington
2012-01-23Cache results of lilv_port_is_a(...) in various places.Carl Hetherington
2012-01-23escape \ as \034 in TOC filesPaul Davis
2012-01-23fix up escaping of strings in TOC files (suggested by andreas ruge)Paul Davis
2012-01-23Add another profiling session.Carl Hetherington
2012-01-23Tidy a few things up.Carl Hetherington
2012-01-23Basic process thread profiling code.Carl Hetherington
2012-01-23Optimisation; it is much cheaper to run UnknownProcessor on theCarl Hetherington
2012-01-22Add toc and cue information to export format descriptionsSakari Bergen
2012-01-22Add warnings for overwriting marker filesSakari Bergen
2012-01-22For now, only use the multi-threaded process code if we areCarl Hetherington
2012-01-22Patch from anrug to always put a PERFORMER field in TOCCarl Hetherington
2012-01-22Add option to use plugin GUIs or Ardour generic ones.Carl Hetherington
2012-01-21Use a button in the processor box for toggle parameters.Carl Hetherington
2012-01-21Reinstate user Controllable values, as they are neededCarl Hetherington
2012-01-21Add a send amp's gain control as a send controllable.Carl Hetherington
2012-01-21Remove unused code.Carl Hetherington
2012-01-20Simple approach to putting plugin controls into theCarl Hetherington
2012-01-20Remove unused concept of user' values. Make user_to_uiCarl Hetherington
2012-01-20slightly more efficient implementation of Graph::in_process_thread()Paul Davis
2012-01-20reverse prior commit, which causes a deadlock between IO::enable_connecting()...Paul Davis
2012-01-20fix an assert failure due to incorrect process locking when adding a sendPaul Davis
2012-01-20patch from colinf to make dbl-click on send "box" map its controls to the str...Paul Davis
2012-01-18restore ability to create TOC and CUE files during export. this is an option ...Paul Davis
2012-01-18fix reload of session with new send naming in place, drop "aux-" prefix from ...Paul Davis
2012-01-18fix two major assert failures arising from the optional monitor section commi...Paul Davis
2012-01-18Catch exception thrown by SMF code when it cannot writeCarl Hetherington
2012-01-18new file, a small ideaPaul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2012-01-17fix initial filling out of tempo bars|beats map after loading from XML by ext...Paul Davis
2012-01-17Fix unutterably terrible thinko in previous commit.Carl Hetherington
2012-01-17add more debugging to track/spot/debug mis-use of BeatFramesConverterPaul Davis
2012-01-17fix bug with tempo computation where passed in positions or offsets are negativePaul Davis
2012-01-14Try to fix previous commit on 32-bit.Carl Hetherington
2012-01-14Remove thought-to-be-unnecessary setup of Delivery::_no_outs_cuz_we_no_monitorCarl Hetherington
2012-01-14Add some debug code to time things in the processCarl Hetherington