Make source length a dynamic thing.
[ardour.git] / libs / ardour / session_state.cc
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-02-02 Carl HetheringtonFix auto-return, hopefully not at the expense of anythi...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-25 Carl HetheringtonSome refactoring. Add port group headers to the port...
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2009-01-10 Hans Baier* wrong calculation of frames_moved in Session::process...
2009-01-04 David RobillardFix midi note max colour typo (miri -> midi).
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-09 Hans Baier* moved /midi_patch_manager.* to libs/ardour
2008-12-08 Paul Davismerge 3870-3890 from 2.0-ongoing into 3.X (compiles...
2008-12-04 Hans Baier* made MidiClockTicker Singleton
2008-11-26 Hans Baier* added Menu for sending midi clock
2008-10-09 Paul Davisadd global region fade toggle; fixup (?) reload of...
2008-10-08 Paul Davisfix for bad sync with other JACK transport-aware client...
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-09-17 Paul Davismerge Sakari's (sbergen) branch back into 3.0, removing...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-21 David RobillardSeparate audio and MIDI disk buffer size (and track...
2008-04-11 Hans Baier* persistent undo for MIDI edits works now
2008-04-09 Hans Baier* implemented persistent undo for MidiModel::DeltaComma...
2008-03-19 Paul Davisfix up and re-enable MTC transmission
2008-03-19 Paul Davisreinstate Ye Olde MIDI (input) thread; fix up a few...
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-15 David RobillardMerge with trunk R2920.
2008-01-12 David RobillardMerge with 2.0-ongoing R2885.
2008-01-10 David RobillardMerge with 2.0-ongoing R2883.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-11-13 Tim MayberryModify Session::path_from_region_name for portability
2007-11-13 Tim MayberryReplace Glib::file_test with sys::exists in Session...
2007-11-08 Paul Davismerged with 2.0-ongoing changes 2582-2605 (not thorough...
2007-10-19 Carl HetheringtonVarious work on bundles. We now have a Bundle Manager...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-10-10 Carl HetheringtonMake sure we notice when an IO's port count is reduced...
2007-10-08 Carl HetheringtonVarious work on Bundles, especially dynamic ones so...
2007-09-09 Tim MayberryUse sys::path and sys::rename in Session::rename_state...
2007-09-09 Tim MayberryModify Session::load_history for portability
2007-09-09 Tim MayberryModify Session::save_history for portability
2007-09-04 Tim MayberryFix to avoid overwriting the backup file of a 0.99...
2007-09-04 Tim MayberryUse Session::_session_dir instead of Session::_path...
2007-09-04 Tim MayberryRemove unused functions Session::possible_states
2007-09-04 Tim MayberryRemove three unused temporary variables from Session...
2007-09-04 Tim MayberryUse ARDOUR::create_backup_file in Session::save_state
2007-09-04 Tim MayberryUse ARDOUR::create_backup_file in Session::remove_state
2007-09-04 Tim MayberryRemove unused function PBD::copy_file
2007-09-04 Tim MayberryUse PBD::sys::copy_file instead of PBD::copy_file in...
2007-09-04 Tim MayberryUse PBD::sys::path instead of PBD::copy_file in Session...
2007-09-04 Tim MayberryUse PBD::sys::copy_file instead of PBD::copy_file in...
2007-09-04 Tim MayberryUse PBD::sys::copy_file instead of PBD::copy_file in...
2007-09-04 Tim MayberryUse functions in pbd/filesystem.h in Session::save_stat...
2007-09-04 Tim MayberryUse functions from pbd/filesystem.h in Session::remove_...
2007-09-04 Tim MayberryUse sys::remove instead of ::unlink in Session::remove_...
2007-09-04 Tim MayberryUse PBD::sys::path and SessionDirectory in Session...
2007-09-04 Tim MayberryUse sys::path and SessionDirectory in Session::create_s...
2007-09-04 Tim MayberryRename PBD::SearchPath::get_string to PBD::SearchPath...
2007-09-04 Tim MayberryUse sys::path and SessionDirectory classes in Session...
2007-09-04 Tim MayberryUse PBD::sys::exists instead of Glib::file_test in...
2007-08-11 David RobillardFix MIDI file names on recording (don't write out a...
2007-08-06 Paul Davismerge changes to libmidi++ API from 2.0-ongoing
2007-08-06 David RobillardGenericificationalizeified AudioFilter (now Filter).
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-04 David RobillardAdd AutomationControl::parameter() for terseness.
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-27 Tim MayberryReplace code for finding ControlProtocols/Surface plugi...
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-06-17 Tim MayberryRemove unused method Session::template_dir
2007-06-17 Tim MayberryRemove unused method Session::delete_template
2007-06-17 Tim MayberryRemove unused method Session::rename_template
2007-06-17 Tim MayberryModify Session::save_template for portablity
2007-06-17 Tim MayberryRemove unused Session::template_path method
2007-06-17 Tim MayberryMake Stateful::*instant_xml methods protected and non...
2007-06-17 Tim MayberryRemove unused method Session::get_template_list
2007-06-17 Tim MayberryRemove unused method Session::export_dir
2007-06-17 Tim MayberryRemove unused method Session::peak_dir
2007-06-17 Tim MayberryUse SessionDirectory::peak_path in place of Session...
2007-06-17 Tim MayberryRemove unused methods Session::sound_dir and Session...
2007-06-17 Tim MayberryRemove Session::midi_dir...again.
2007-06-17 Tim MayberryReplace Session::discover_best_sound/midi_dir with...
2007-06-17 Tim MayberryForward declare the SessionDirectory class in session...
2007-06-07 David RobillardWrite MIDI files to interchange/sessionname/midifiles...
2007-06-07 Tim MayberryRefactor Session::setup_raid_path Session::raid_path...
2007-06-07 Tim MayberryUse sys::path and SessionDirectory in Session::find_all...
2007-06-07 Tim MayberryRemove unused Session methods for re/storing favorite...
2007-06-07 Tim MayberryUse SessionDirectory instead of Session::sound_dir...
2007-06-07 Tim MayberryUse ARDOUR::peakfile_suffix in place of a couple of...
2007-06-07 Tim MayberryRemove unused method Session::dead_sound_dir
2007-06-07 Tim MayberryAdd ARDOUR::surfaces_dir_name to directory_names.h/cc
2007-06-07 Tim MayberryUse ARDOUR::templates_dir_name in session_state.cc
2007-06-06 David RobillardFix MIDI session path problems (thanks timbyr).
2007-06-05 David RobillardSave MIDI files to interchange/sessionname/midifiles...
2007-06-03 David RobillardFix MIDI region loading.
2007-06-01 Paul Davisround 2 of denormal handling changes - detect DAZ suppo...
next