summaryrefslogtreecommitdiff
path: root/libs/ardour/session.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-08-04* first implementation of MIDI Clock Slave supportHans Baier
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-02Fixes for GCC 4.3.David Robillard
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul 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-22Clean up weird formatting from underlays patch.David Robillard
2008-02-18Channel-aware note recording in MidiModel (i.e. multi-channel note input does...David Robillard
2008-02-17Merge with 2.0-ongoing R3077.David Robillard
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-12merged with trunk revs 2605-2627Paul Davis
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-16virtualize Port object; clean up automation tracks from track deletionPaul Davis
2007-10-14Fix displaying of notes in auto-created MIDI region when it's the first regio...David Robillard
2007-10-13Fix up physical port bundles.Carl Hetherington
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-10-08Various work on Bundles, especially dynamic ones so that you can, for example...Carl Hetherington
2007-09-04Use sys::remove instead of ::unlink in Session::remove_empty_sounds for porta...Tim Mayberry
2007-09-04Add ARDOUR::TapeFileMatcher class for matching filenames and use it in Sessio...Tim Mayberry
2007-09-04Use PBD::get_files_in_directory instead of PBD::Scanner in Session::remove_em...Tim Mayberry
2007-09-04Use sys::exists instead of g_file_test in session.ccTim Mayberry
2007-08-31Reading of MIDI CC from MIDI regions (MidiModel). UI still needs work though..David Robillard
2007-08-06Fix for deadlock in Session::remove_source that was committed in rev 1815Tim Mayberry
2007-07-16support for 16 bit native files, part IIPaul Davis
2007-07-06Midi CC automation sending (send points only, no linear interpolation yet).David Robillard
2007-06-30Another not-quite-there-but-better commit.David Robillard
2007-06-29Reduce overhead of multi-type-ness (last Summer's SoC):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-26* Added (let's call it revealed) ability to record while the transport is loo...Jesse Chappell
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-20Split PortInsert and PluginInsert into their own files.David Robillard
2007-06-17Fix SMF file directory (midifiles instead of audiofiles).David Robillard
2007-06-17Use SessionDirectory and sys::path in Session::peak_path_from_audio_path for ...Tim 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-17Remove unneeded temporary variable.Tim Mayberry
2007-06-07Write MIDI files to interchange/sessionname/midifiles (for real this time).David Robillard
2007-06-07Use SessionDirectory instead of Session::sound_dir in Session::audio_path_fro...Tim Mayberry