Fix stem export. The capturing processor of routes was never removed, and was restore...
[ardour.git] / libs / ardour /
2012-06-24 Sakari BergenFix stem export. The capturing processor of routes...
2012-06-24 Paul Davisunused variable warning
2012-06-24 Paul Davisstring fix, plus a tweak to handling variable i/o AUs
2012-06-24 Sakari BergenIn export format dialog, show preview of generated...
2012-06-23 Tim MayberryRemove unused utility function ARDOUR::create_session_d...
2012-06-23 Tim MayberryUse SessionDirectory class directly rather than ARDOUR...
2012-06-23 Tim MayberryChange the meaning of the return value in SessionDirect...
2012-06-23 Tim MayberryRemove unused or unnecessary header includes
2012-06-23 Tim MayberryRemove unused header include
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in Session...
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in Session...
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in Session...
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in Session...
2012-06-23 Tim MayberryUse std::string instead of sys::path in Session::jack_s...
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in Session...
2012-06-23 Tim MayberryUse Glib::build_filename in Session::new_midi_source_name()
2012-06-23 Tim MayberryUse g_mkdir_with_parents instead of sys::create_directories
2012-06-23 Tim MayberryAdd doc note about postcondition of ARDOUR::user_config...
2012-06-23 Tim MayberryReplace use of PBD::sys::exists with Glib equivalent
2012-06-23 Tim MayberryUse Glib::file_test instead of sys::exists
2012-06-23 Tim MayberryRemove use of pbd/filesystem.h in SessionDirectory...
2012-06-23 Tim MayberryUse g_rename instead of PBD::sys::rename in Session...
2012-06-23 Tim MayberryUse g_rename instead of PBD::sys::rename in Session...
2012-06-23 Tim MayberryUse g_remove instead of PBD::sys::remove in Session...
2012-06-23 Tim MayberryUse g_remove instead of sys::remove in Session::save_state
2012-06-23 Tim MayberryUse g_remove instead of sys::remove in Session::remove_...
2012-06-23 Tim MayberryDon't try to remove pending state file if the file...
2012-06-23 Tim MayberryUse Glib file utility functions in Session::remove_pend...
2012-06-23 Tim MayberryMove file utility function into pbd/file_utils.h and...
2012-06-23 Tim MayberryMake PBD::sys::exists_and_writable take a string instea...
2012-06-23 Tim MayberryMove three file utility functions from pbd/filesystem...
2012-06-23 Tim MayberryRename PBD::sys::inodes_same to equivalent_paths
2012-06-23 Tim MayberryMove PBD::sys::copy_file/s into pbd/file_utils.h and...
2012-06-23 Tim MayberryUse PBD::sys::copy_file in ARDOUR::create_backup_file
2012-06-23 Tim MayberryUse giomm in PBD::sys::copy_file and change function...
2012-06-23 Tim MayberryRemove unnecessary header include
2012-06-23 Tim MayberryReplace use of pbd/filesystem.h with glib/mm equivalents
2012-06-23 Tim MayberryUse PBD::basename_nosuffix instead of sys::basename
2012-06-23 Tim MayberryUse giomm in ARDOUR::create_backup_file to copy file...
2012-06-23 Tim MayberryReplace use of PBD::sys::path with Glib equivalent
2012-06-23 Tim MayberryRemove now unnecessary header include
2012-06-23 Tim MayberryReplace use of pbd/filesystem.h with Glib:: equivalents
2012-06-23 Tim MayberryReplace use of PBD::sys::path in PluginManager
2012-06-23 Tim MayberryReplace use of pbd/filesystem.h with Glib alternative
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ARDOUR::find_bindings_...
2012-06-23 Tim MayberryUse static string in ARDOUR::user_config_directory
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ARDOUR::user_config_di...
2012-06-23 Tim MayberrySimplify ardour_*_search_path functions
2012-06-23 Tim MayberryRemove unused header include
2012-06-23 Tim MayberryReplace use of PBD::sys::path in AudioLibrary
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ardour/template_utils.h
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ardour/session_state_u...
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ExportProfileManager
2012-06-23 Tim MayberryReplace use of PBD::sys::path in AudioRegionImporter
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-23 Tim MayberryRemove two unnecessary header includes of pbd/mountpoint.h
2012-06-22 Paul Davisdon't try to backup sessions from older versions of...
2012-06-22 Paul Davisintroduce the idea of a "default transport speed",...
2012-06-22 Paul Davisfix reset of transport speed when seamless looping...
2012-06-22 Paul Davisprovide an easier way to add mixed (audio+MIDI) tracks...
2012-06-21 Paul Davissmooth 0.5 second fade out during quit, plus MIDI panic...
2012-06-21 Paul Davisa putatively better approach to cleaning up ports at...
2012-06-20 Paul Daviswhen a session goes away, deliver silence to all curren...
2012-06-20 Carl HetheringtonDeclick before the end of seamless loops, not after...
2012-06-20 Carl HetheringtonComment declick stuff a bit, and fix confusing use...
2012-06-20 Carl HetheringtonVery minor tidy-up.
2012-06-19 Paul Davispatch from colinf that adds an 'empty' preset to the...
2012-06-19 Paul Davis2nd half of patch for handling LV2 presets from colinf...
2012-06-19 Carl HetheringtonWrite the topologically sorted route list back to the...
2012-06-19 Carl HetheringtonAdd load_session to profiling.
2012-06-18 Paul Davismake switching between input+disk monitoring work ...
2012-06-18 Carl HetheringtonSimple arrangement to run basic load tests on a corpus
2012-06-18 Carl HetheringtonFix comment.
2012-06-18 Carl HetheringtonFix (?) failure to load A2 sessions with a ControlOut.
2012-06-18 Carl HetheringtonFix up profiling.
2012-06-18 Carl HetheringtonUse a map of region names to speed up
2012-06-18 Carl HetheringtonDo XML comparisons better in tests.
2012-06-18 Carl HetheringtonBasic region naming test.
2012-06-17 Carl HetheringtonProfile of duplicating lots of regions.
2012-06-17 Carl HetheringtonResurrect profiling code.
2012-06-17 Carl HetheringtonUse hardware optimization when running tests.
2012-06-17 Carl HetheringtonRemove believed-unnecessary and broken MIDI thru option;
2012-06-17 Carl HetheringtonAdd option to disable autoscroll of editor (#4721).
2012-06-16 Carl HetheringtonAdd missing set_state of _mute_control; fixes #3959.
2012-06-16 Carl HetheringtonReturn silence from read_from_sources() if we try to...
2012-06-16 Carl HetheringtonAdd new SharedStatefulProperty which manages a shared_p...
2012-06-16 Paul DavisSsshhhhh....
2012-06-16 Paul Davisextra insurance against ProcessThread::init() being...
2012-06-16 Paul Davisnever try to remove state from a read-only session
2012-06-14 Carl HetheringtonSimple test for playlist region equivalency.
2012-06-14 Carl HetheringtonRemove debugging.
2012-06-14 Carl HetheringtonHopefully fix race between engine being halted and...
2012-06-13 Carl HetheringtonAdd operation_in_progress() method.
2012-06-13 Paul Davisflip default value of Plugin::presets_are_MIDI_programs...
2012-06-12 Carl HetheringtonHandle failure of statfs to return available disc space...
2012-06-12 Paul Davisfix complete screw up in connecting MIDNAM PatchNameLis...
2012-06-12 Paul Davismore changes to patch change/plugin preset support...
2012-06-11 Paul Davislots more work trying to create a common structure...
2012-06-11 Paul Davispartially-done (but compile-friendly) move of instrumen...
2012-06-11 Carl HetheringtonMake send automation work (#4734).
next