summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-01-29Show an example filename in the main export dialogSakari Bergen
2012-01-29Add timespan name to export status textSakari Bergen
2012-01-28Fix issue with export channel splitting getting stuck in the filenameSakari Bergen
2012-01-28Fix compilation with older Glib.David Robillard
2012-01-28Go back to one progress bar with several passes in export. Sakari Bergen
2012-01-28Store Region export state in instant.xml (fixes #3935)Sakari Bergen
2012-01-28Fix compilation with older lilv (0.5.0)Sakari Bergen
2012-01-28Use new Lilv state API to save LV2 plugin state.David Robillard
2012-01-27restore independent gain control over click/metronomePaul Davis
2012-01-27patch for CUE file formatting from Andreas RugePaul Davis
2012-01-27fix inconsistent display on selection clocks when in join-object-range mode, ...Paul Davis
2012-01-27fix #4443 - tape track files need to be created when opened, not when written toPaul Davis
2012-01-27promote Playlist::RegionList to ARDOUR::RegionList; fix timefx on multiple re...Paul Davis
2012-01-27further simplification of midi clock ticker APIPaul Davis
2012-01-27change audioengine's port container to a std::map to provide faster results f...Paul Davis
2012-01-27rework design of midi clock ticker to avoid expensive generalization that has...Paul Davis
2012-01-26add Port::PostDisconnect signal to allow objects other than the one being dir...Paul Davis
2012-01-25an improvement to the previous patch to catch up with solo state after a disc...Paul Davis
2012-01-25toc filename handling patch from andreas r.Paul Davis
2012-01-25fix #4405, by explicitly cancelling solo when a route's inputs drop to zeroPaul Davis
2012-01-24Move reader lock to avoid deadlock when calling bbt_time().Carl Hetherington
2012-01-24Remove unused variable.Carl Hetherington
2012-01-24Show proper progress information for export while normalizingSakari Bergen
2012-01-24Make plugins-stop-with-transport work; should fix #4641Carl Hetherington
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