summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-25in non-note-edit mouse object mode, single click on midi track creates a regi...Paul Davis
2012-01-25leave note edit mode with a click on any track background, not just non-midiPaul Davis
2012-01-25some improvements to the add track/bus dialog to make it more obvious how to ...Paul Davis
2012-01-25fix #4405, by explicitly cancelling solo when a route's inputs drop to zeroPaul Davis
2012-01-25dramatically simplify maximi[sz]ation code, ripping out all the old pane sizi...Paul Davis
2012-01-24Move reader lock to avoid deadlock when calling bbt_time().Carl Hetherington
2012-01-24fix breakage of normal method of creating an empty MIDI regionPaul Davis
2012-01-24Remove some never-seen tooltips (overridden by otherCarl Hetherington
2012-01-24Fix warning about getting tempo map for frame -1; stopCarl 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-24exit internal/note edit mode when clicking on anything that is not a MIDI reg...Paul Davis
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-24don't offer to save master bus as a route templatePaul 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-24Tidy up RegionLayeringOrderEditor a bit. Add GPL boilerplate. Make it respe...Carl Hetherington
2012-01-24improved fix for TOC string escaping, handle anything that can be converted f...Paul Davis
2012-01-24Use the same criteron to sensitize the choose-top-region menu item as to deci...Carl Hetherington
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-21Remove unused declaration.Carl Hetherington
2012-01-21Restore option to open a plugin editor built by Ardour,Carl Hetherington
2012-01-21Allow individual plugin controls to be shown / hidden.Carl Hetherington