summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2007-08-11Fix MIDI file names on recording (don't write out a ton of useless empty .mid...David Robillard
2007-08-06merge changes to libmidi++ API from 2.0-ongoingPaul Davis
2007-08-06Genericificationalizeified AudioFilter (now Filter).David Robillard
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard
2007-07-04Add AutomationControl::parameter() for terseness.David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-27Renamed Insert to Processor and Redirect to IOProcessor.David Robillard
2007-06-27Replace code for finding ControlProtocols/Surface plugins with a portable equ...Tim Mayberry
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-17Remove unused method Session::template_dirTim Mayberry
2007-06-17Remove unused method Session::delete_templateTim Mayberry
2007-06-17Remove unused method Session::rename_templateTim Mayberry
2007-06-17Modify Session::save_template for portablityTim Mayberry
2007-06-17Remove unused Session::template_path methodTim Mayberry
2007-06-17Make Stateful::*instant_xml methods protected and non-virtualTim Mayberry
2007-06-17Remove unused method Session::get_template_listTim Mayberry
2007-06-17Remove unused method Session::export_dirTim Mayberry
2007-06-17Remove unused method Session::peak_dirTim Mayberry
2007-06-17Use SessionDirectory::peak_path in place of Session::peak_dir in Session::sec...Tim Mayberry
2007-06-17Remove unused methods Session::sound_dir and Session::old_sound_dirTim Mayberry
2007-06-17Remove Session::midi_dir...again.Tim Mayberry
2007-06-17Replace Session::discover_best_sound/midi_dir with Session::get_best_session_...Tim Mayberry
2007-06-17Forward declare the SessionDirectory class in session.h to reduce compilation...Tim Mayberry
2007-06-07Write MIDI files to interchange/sessionname/midifiles (for real this time).David Robillard
2007-06-07Refactor Session::setup_raid_path Session::raid_path to use PBD::SearchPathTim Mayberry
2007-06-07Use sys::path and SessionDirectory in Session::find_all_sources for portabilityTim Mayberry
2007-06-07Remove unused Session methods for re/storing favorite directories.Tim Mayberry
2007-06-07Use SessionDirectory instead of Session::sound_dir in Session::cleanup_sourcesTim Mayberry
2007-06-07Use ARDOUR::peakfile_suffix in place of a couple of string constantsTim Mayberry
2007-06-07Remove unused method Session::dead_sound_dirTim Mayberry
2007-06-07Add ARDOUR::surfaces_dir_name to directory_names.h/ccTim Mayberry
2007-06-07Use ARDOUR::templates_dir_name in session_state.ccTim Mayberry
2007-06-06Fix MIDI session path problems (thanks timbyr).David Robillard
2007-06-05Save MIDI files to interchange/sessionname/midifiles (instead of audiofiles).David Robillard
2007-06-03Fix MIDI region loading.David Robillard
2007-06-01round 2 of denormal handling changes - detect DAZ support at runtime, and use...Paul Davis
2007-05-18Rename ARDOUR::Connection to ARDOUR::Bundle, a few minor cleanups along the way.Carl Hetherington
2007-05-18Remove Session::create_session_directory as it is no longer usedTim Mayberry
2007-05-18Move directory names out of Session class and into directory_names.h/cc filesTim Mayberry
2007-05-18Rename Session::create to Session::create_session_directory and use bool to i...Tim Mayberry
2007-05-18Move code from Session::create into the Session constructorsTim Mayberry
2007-05-18Add Session::create_session_file_from_template methodTim Mayberry
2007-05-18Add Session::create_session_file methodTim Mayberry
2007-05-18Add a Session::initialize_start_and_end_locations methodTim Mayberry
2007-05-18Use PBD::copy_file in Session::create() to copy the template file.Tim Mayberry
2007-05-18Move file suffixes out of the Session class and into filename_extensions.h/ccTim Mayberry
2007-05-15correctly manage video sync statePaul Davis
2007-04-29Merged with trunk R1761David Robillard
2007-04-22Merged with trunk R1736.David Robillard
2007-04-18Merged with trunk R1725David Robillard