summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2008-09-17merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-21Separate audio and MIDI disk buffer size (and track read ahead) parameters.David Robillard
2008-04-11* persistent undo for MIDI edits works nowHans Baier
2008-04-09* implemented persistent undo for MidiModel::DeltaCommand. Deserializing work...Hans Baier
2008-03-19fix up and re-enable MTC transmissionPaul Davis
2008-03-19reinstate Ye Olde MIDI (input) thread; fix up a few startup warningsPaul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-02-02Merge with 2.0-ongoing R2988David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2008-01-15Merge with trunk R2920.David Robillard
2008-01-12Merge with 2.0-ongoing R2885.David Robillard
2008-01-10Merge with 2.0-ongoing R2883.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-11-13Modify Session::path_from_region_name for portabilityTim Mayberry
2007-11-13Replace Glib::file_test with sys::exists in Session::path_from_region_nameTim Mayberry
2007-11-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compi...Paul Davis
2007-10-19Various work on bundles. We now have a Bundle Manager dialogue, and hopefull...Carl Hetherington
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-10-10Make sure we notice when an IO's port count is reduced as well as when it's i...Carl Hetherington
2007-10-08Various work on Bundles, especially dynamic ones so that you can, for example...Carl Hetherington
2007-09-09Use sys::path and sys::rename in Session::rename_state for portabilityTim Mayberry
2007-09-09Modify Session::load_history for portabilityTim Mayberry
2007-09-09Modify Session::save_history for portabilityTim Mayberry
2007-09-04Fix to avoid overwriting the backup file of a 0.99 session when opening a ses...Tim Mayberry
2007-09-04Use Session::_session_dir instead of Session::_path when calling Session::set...Tim Mayberry
2007-09-04Remove unused functions Session::possible_statesTim Mayberry
2007-09-04Remove three unused temporary variables from Session::save_templateTim Mayberry
2007-09-04Use ARDOUR::create_backup_file in Session::save_stateTim Mayberry
2007-09-04Use ARDOUR::create_backup_file in Session::remove_stateTim Mayberry
2007-09-04Remove unused function PBD::copy_fileTim Mayberry
2007-09-04Use PBD::sys::copy_file instead of PBD::copy_file in Session::load_stateTim Mayberry
2007-09-04Use PBD::sys::path instead of PBD::copy_file in Session::save_stateTim Mayberry
2007-09-04Use PBD::sys::copy_file instead of PBD::copy_file in Session::remote_stateTim Mayberry
2007-09-04Use PBD::sys::copy_file instead of PBD::copy_file in Session::create_session_...Tim Mayberry
2007-09-04Use functions in pbd/filesystem.h in Session::save_state for portabilityTim Mayberry
2007-09-04Use functions from pbd/filesystem.h in Session::remove_state for portabilityTim Mayberry
2007-09-04Use sys::remove instead of ::unlink in Session::remove_pending_capture_state ...Tim Mayberry
2007-09-04Use PBD::sys::path and SessionDirectory in Session::remove_pending_capture_st...Tim Mayberry
2007-09-04Use sys::path and SessionDirectory in Session::create_session_file_from_templ...Tim Mayberry
2007-09-04Rename PBD::SearchPath::get_string to PBD::SearchPath::to_stringTim Mayberry
2007-09-04Use sys::path and SessionDirectory classes in Session::load_state for portabi...Tim Mayberry
2007-09-04Use PBD::sys::exists instead of Glib::file_test in Session::load_stateTim Mayberry
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