summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2012-06-23Use giomm in ARDOUR::create_backup_file to copy file for portablityTim Mayberry
2012-06-23Replace use of PBD::sys::path with Glib equivalentTim Mayberry
2012-06-23Remove now unnecessary header includeTim Mayberry
2012-06-23Replace use of pbd/filesystem.h with Glib:: equivalentsTim Mayberry
2012-06-23Replace use of PBD::sys::path in PluginManagerTim Mayberry
2012-06-23Replace use of pbd/filesystem.h with Glib alternativeTim Mayberry
2012-06-23Replace use of PBD::sys::path in ARDOUR::find_bindings_filesTim Mayberry
2012-06-23Use static string in ARDOUR::user_config_directoryTim Mayberry
2012-06-23Replace use of PBD::sys::path in ARDOUR::user_config_directoryTim Mayberry
2012-06-23Simplify ardour_*_search_path functionsTim Mayberry
2012-06-23Remove unused header includeTim Mayberry
2012-06-23Replace use of PBD::sys::path in AudioLibraryTim Mayberry
2012-06-23Replace use of PBD::sys::path in ardour/template_utils.hTim Mayberry
2012-06-23Replace use of PBD::sys::path in ardour/session_state_utils.hTim Mayberry
2012-06-23Replace use of PBD::sys::path in ExportProfileManagerTim Mayberry
2012-06-23Replace use of PBD::sys::path in AudioRegionImporterTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-23Remove two unnecessary header includes of pbd/mountpoint.hTim Mayberry
2012-06-22don't try to backup sessions from older versions of ardour that are also read...Paul Davis
2012-06-22introduce the idea of a "default transport speed", used whenever Session::sta...Paul Davis
2012-06-22fix reset of transport speed when seamless looping; add a few comments and ti...Paul Davis
2012-06-22provide an easier way to add mixed (audio+MIDI) tracks to a session, to facil...Paul Davis
2012-06-21smooth 0.5 second fade out during quit, plus MIDI panic to turn everything of...Paul Davis
2012-06-21a putatively better approach to cleaning up ports at session closingPaul Davis
2012-06-20when a session goes away, deliver silence to all current ports to prevent a h...Paul Davis
2012-06-20Declick before the end of seamless loops, not after the end, so that loops ar...Carl Hetherington
2012-06-20Comment declick stuff a bit, and fix confusing use of bool instead of int to ...Carl Hetherington
2012-06-20Very minor tidy-up.Carl Hetherington
2012-06-19patch from colinf that adds an 'empty' preset to the preset drop-down list, s...Paul Davis
2012-06-192nd half of patch for handling LV2 presets from colinf (#4698)Paul Davis
2012-06-19Write the topologically sorted route list back to the session's list so that ...Carl Hetherington
2012-06-19Add load_session to profiling.Carl Hetherington
2012-06-18make switching between input+disk monitoring work "right" for MIDI tracks; al...Paul Davis
2012-06-18Simple arrangement to run basic load tests on a corpusCarl Hetherington
2012-06-18Fix comment.Carl Hetherington
2012-06-18Fix (?) failure to load A2 sessions with a ControlOut.Carl Hetherington
2012-06-18Fix up profiling.Carl Hetherington
2012-06-18Use a map of region names to speed upCarl Hetherington
2012-06-18Do XML comparisons better in tests.Carl Hetherington
2012-06-18Basic region naming test.Carl Hetherington
2012-06-17Profile of duplicating lots of regions.Carl Hetherington
2012-06-17Resurrect profiling code.Carl Hetherington
2012-06-17Use hardware optimization when running tests.Carl Hetherington
2012-06-17Remove believed-unnecessary and broken MIDI thru option;Carl Hetherington
2012-06-17Add option to disable autoscroll of editor (#4721).Carl Hetherington
2012-06-16Add missing set_state of _mute_control; fixes #3959.Carl Hetherington
2012-06-16Return silence from read_from_sources() if we try to read a channel that our ...Carl Hetherington
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington
2012-06-16Ssshhhhh....Paul Davis
2012-06-16extra insurance against ProcessThread::init() being called more than oncePaul Davis