summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2009-01-14Make Bundles work a bit better. A few include optimisations.Carl Hetherington
2009-01-10* wrong calculation of frames_moved in Session::process_*, resulting in drift...Hans Baier
2009-01-04Fix midi note max colour typo (miri -> midi).David Robillard
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-12-09* moved /midi_patch_manager.* to libs/ardourHans Baier
2008-12-08merge 3870-3890 from 2.0-ongoing into 3.X (compiles, runs, no other promisesPaul Davis
2008-12-04* made MidiClockTicker SingletonHans Baier
2008-11-26* added Menu for sending midi clockHans Baier
2008-10-09add global region fade toggle; fixup (?) reload of MIDI config state (both po...Paul Davis
2008-10-08fix for bad sync with other JACK transport-aware clients (thanks to torben fo...Paul Davis
2008-10-05Normalize XML property name style, preserving old session loading (on load _ ...David Robillard
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