*** NEW CODING POLICY ***
[ardour.git] / libs / ardour / session.cc
2009-02-25 David Robillard*** NEW CODING POLICY ***
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-11 Carl HetheringtonRemove internal ports.
2009-02-02 Carl HetheringtonFix auto-return, hopefully not at the expense of anythi...
2009-02-02 Carl HetheringtonRe-enable creation of stereo bundles for system IO...
2009-02-02 Carl HetheringtonFix a couple of bugs causing unexpected movements of...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-25 Carl HetheringtonSome refactoring. Add port group headers to the port...
2009-01-24 Carl HetheringtonOnly create mono bundles for physical I/O to avoid...
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2009-01-20 Carl HetheringtonNew matrix-based editor for connections and bundles...
2009-01-15 Paul DavisOSC becomes a control protocol object; make ardev_commo...
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
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-08 Paul Davismerge 3870-3890 from 2.0-ongoing into 3.X (compiles...
2008-09-30 Paul Davisremove pointless JACK error message; don't add every...
2008-09-28 Paul Davisfix up botched changes from earlier /* blush */
2008-09-28 Paul Davisprepare_input/cycle_start fix up round 2 (torben's...
2008-09-26 David RobillardRemove duplicate and always NULL Session peak functions.
2008-09-26 Sakari BergenAdd Import from session -functionality
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-08-04 Hans Baier* first implementation of MIDI Clock Slave support
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-02 David RobillardFixes for GCC 4.3.
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
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-22 David RobillardClean up weird formatting from underlays patch.
2008-02-18 David RobillardChannel-aware note recording in MidiModel (i.e. multi...
2008-02-17 David RobillardMerge with 2.0-ongoing R3077.
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-12 Paul Davismerged with trunk revs 2605-2627
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-16 Paul Davisvirtualize Port object; clean up automation tracks...
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-13 Carl HetheringtonFix up physical port bundles.
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-10-08 Carl HetheringtonVarious work on Bundles, especially dynamic ones so...
2007-09-04 Tim MayberryUse sys::remove instead of ::unlink in Session::remove_...
2007-09-04 Tim MayberryAdd ARDOUR::TapeFileMatcher class for matching filename...
2007-09-04 Tim MayberryUse PBD::get_files_in_directory instead of PBD::Scanner...
2007-09-04 Tim MayberryUse sys::exists instead of g_file_test in session.cc
2007-08-31 David RobillardReading of MIDI CC from MIDI regions (MidiModel). ...
2007-08-06 Tim MayberryFix for deadlock in Session::remove_source that was...
2007-07-16 Paul Davissupport for 16 bit native files, part II
2007-07-06 David RobillardMidi CC automation sending (send points only, no linear...
2007-06-30 David RobillardAnother not-quite-there-but-better commit.
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
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-26 Jesse Chappell* Added (let's call it revealed) ability to record...
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-06-20 David RobillardSplit PortInsert and PluginInsert into their own files.
2007-06-17 David RobillardFix SMF file directory (midifiles instead of audiofiles).
2007-06-17 Tim MayberryUse SessionDirectory and sys::path in Session::peak_pat...
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-17 Tim MayberryRemove unneeded temporary variable.
2007-06-07 David RobillardWrite MIDI files to interchange/sessionname/midifiles...
2007-06-07 Tim MayberryUse SessionDirectory instead of Session::sound_dir...
2007-06-07 Tim MayberryUse SessionDirectory for generating the sound directory...
2007-06-07 Tim MayberryAdd a SessionDirectory to the Session class
2007-06-07 Tim MayberryUse ARDOUR::peakfile_suffix in place of a couple of...
2007-06-04 David RobillardShow selected MIDI track in editor mixer.
2007-05-19 Tim MayberryWhen loading sessions, create any missing session direc...
2007-05-18 Carl HetheringtonRename ARDOUR::Connection to ARDOUR::Bundle, a few...
2007-05-18 Tim MayberryUse SessionDirectory class in place of Session::create_...
2007-05-18 Tim MayberryAdd PBD::sys::path class that has a similar API to...
2007-05-18 Tim MayberryMove directory names out of Session class and into...
2007-05-18 Tim MayberryRename Session::create to Session::create_session_direc...
2007-05-18 Tim MayberryMove code from Session::create into the Session constru...
2007-05-18 Tim MayberryMove Session::find_session into a session_utils.h header
2007-05-18 Tim MayberryMove file suffixes out of the Session class and into...
2007-05-16 Paul Davisbaby steps to virtualize AudioRegion
2007-05-16 Paul Davisadded L and R as possible audio file suffixes
2007-05-10 Carl HetheringtonRe-work main right-click context menu to operate on...
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-10 Paul Davismerge changes for 2.0.1/2.0.2, plus some fixes to issue...
2007-05-07 Paul Davisfix #1637 (needs merging to 2.0.1 branch); remove debug...
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-05-02 Paul Davisreintroduce use of optimized functions for gain into...
2007-05-01 Paul Davisinitial fixes to get build to work without new JACK...
2007-04-30 Paul Davismoved 2.1-staging to trunk @ rev 1765
2007-04-26 Paul DavisMerged changes from trunk 1699:1751 into 2.1-staging
2007-04-18 David RobillardMerged with trunk R1725
2007-04-12 David RobillardMerged with trunk R1705.
next