summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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
2007-06-07Use SessionDirectory for generating the sound directory path in Session::remo...Tim Mayberry
2007-06-07Add a SessionDirectory to the Session classTim Mayberry
2007-06-07Use ARDOUR::peakfile_suffix in place of a couple of string constantsTim Mayberry
2007-06-04Show selected MIDI track in editor mixer.David Robillard
2007-05-19When loading sessions, create any missing session directories rather than thr...Tim Mayberry
2007-05-18Rename ARDOUR::Connection to ARDOUR::Bundle, a few minor cleanups along the way.Carl Hetherington
2007-05-18Use SessionDirectory class in place of Session::create_session_directory when...Tim Mayberry
2007-05-18Add PBD::sys::path class that has a similar API to boost::filesystem::path bu...Tim 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-18Move Session::find_session into a session_utils.h headerTim Mayberry
2007-05-18Move file suffixes out of the Session class and into filename_extensions.h/ccTim Mayberry
2007-05-16baby steps to virtualize AudioRegionPaul Davis
2007-05-16added L and R as possible audio file suffixesPaul Davis
2007-05-10Re-work main right-click context menu to operate on the selection, and remove...Carl Hetherington
2007-05-10Added nicer looking wrapper methods for ChanCount::get(DataType), sedified co...David Robillard
2007-05-10merge changes for 2.0.1/2.0.2, plus some fixes to issues made apparent by con...Paul Davis
2007-05-07fix #1637 (needs merging to 2.0.1 branch); remove debug printfPaul Davis
2007-05-03optimize some performance bottlenecks; remove jack_nframes_t that crept back ...Paul Davis
2007-05-02reintroduce use of optimized functions for gain into buffer code, and cleanup...Paul Davis
2007-05-01initial fixes to get build to work without new JACK MIDI, and to get it runni...Paul Davis
2007-04-18Merged with trunk R1725David Robillard
2007-04-12Merged with trunk R1705.David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2007-01-28Merged with trunk R1393.David Robillard
2007-01-15Merged with trunk R1327.David Robillard