summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2012-07-11fix propagation of parameter changes from Plugin to PluginInsert so that auto...Paul Davis
2012-07-11improved version of last commit, for tracking plugin control changes and mapp...Paul Davis
2012-07-11update automatable parameter's Evoral::Control object when AU parameter liste...Paul Davis
2012-07-09set fader and plugin parameter automation curve default values - what else ne...Paul Davis
2012-07-08Report correct time instead of old time when locating as Jack transport master.David Robillard
2012-07-07Fix Jack transport master after session load.David Robillard
2012-07-06do not deactivate the meter in a frozen trackPaul Davis
2012-07-05Don't rename playlists on rename track if the track has >1Carl Hetherington
2012-07-04Revert erroneous commit 12922 and replace with a better fixCarl Hetherington
2012-06-28further efforts at cleaning up the design of the interaction/relationship bet...Paul Davis
2012-06-28Fix missing lock causing erroneous disk space reports when dragging audio clo...Carl Hetherington
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-26correctly(?) set number of process thread buffers based on run-time-discover...Paul Davis
2012-06-26Add test for loading sessions, and a session with aCarl Hetherington
2012-06-26Fix uninitialised variable.Carl Hetherington
2012-06-26Remove unused named selection / chunk code.Carl Hetherington
2012-06-26Fix some oddities with playhead movement when locatingCarl Hetherington
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-25Create diskstream before calling Route::set_state, theCarl Hetherington
2012-06-24Remove some excess commas from the export format descriptionSakari Bergen
2012-06-24Inrease the export "chunk size" to speed it up over 10% at least in some situ...Sakari Bergen
2012-06-24Revert to using SSE mix-buffers-with-gain rather than simpleCarl Hetherington
2012-06-24Change logic for compiling export format descriptions from incomplete formatsSakari Bergen
2012-06-24Fix stem export. The capturing processor of routes was never removed, and was...Sakari Bergen
2012-06-24unused variable warningPaul Davis
2012-06-24string fix, plus a tweak to handling variable i/o AUsPaul Davis
2012-06-24In export format dialog, show preview of generated part of description. Fix t...Sakari Bergen
2012-06-23Remove unused utility function ARDOUR::create_session_directoryTim Mayberry
2012-06-23Use SessionDirectory class directly rather than ARDOUR::create_session_directoryTim Mayberry
2012-06-23Change the meaning of the return value in SessionDirectory::createTim Mayberry
2012-06-23Remove unused or unnecessary header includesTim Mayberry
2012-06-23Remove unused header includeTim Mayberry
2012-06-23Use std::string and Glib::build_filename in Session::save_templateTim Mayberry
2012-06-23Use std::string and Glib::build_filename in Session::path_from_region_nameTim Mayberry
2012-06-23Use std::string and Glib::build_filename in Session::load_stateTim Mayberry
2012-06-23Use std::string and Glib::build_filename in Session::save_stateTim Mayberry
2012-06-23Use std::string instead of sys::path in Session::jack_session_eventTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in Session::restore_historyTim Mayberry
2012-06-23Use Glib::build_filename in Session::new_midi_source_name()Tim Mayberry
2012-06-23Use g_mkdir_with_parents instead of sys::create_directoriesTim Mayberry
2012-06-23Add doc note about postcondition of ARDOUR::user_config_directory()Tim Mayberry
2012-06-23Replace use of PBD::sys::exists with Glib equivalentTim Mayberry
2012-06-23Use Glib::file_test instead of sys::existsTim Mayberry
2012-06-23Remove use of pbd/filesystem.h in SessionDirectory, use Glib equivalentsTim Mayberry
2012-06-23Use g_rename instead of PBD::sys::rename in Session::save_historyTim Mayberry
2012-06-23Use g_rename instead of PBD::sys::rename in Session::rename_stateTim Mayberry
2012-06-23Use g_remove instead of PBD::sys::remove in Session::save_stateTim Mayberry
2012-06-23Use g_remove instead of sys::remove in Session::save_stateTim Mayberry
2012-06-23Use g_remove instead of sys::remove in Session::remove_stateTim Mayberry
2012-06-23Don't try to remove pending state file if the file doesn't existTim Mayberry