Merged changes from trunk 1699:1751 into 2.1-staging
[ardour.git] / libs / ardour / source_factory.cc
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-01-25 Paul Davisfix import/embed of multichannel audiofiles, as per...
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-11-03 Paul Davisnew tape tracks ended up with non-destructive sources...
2006-11-03 Taybin RutkinFixed snapshot dialog annoyance.
2006-11-03 Paul Davismove all destructive functionality into SndFileSource...
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-07 Paul Davisremove all duplicated _id members from children of...
2006-08-31 Taybin RutkinFixed compilation of CoreAudioSource
2006-08-29 Paul Davisused shared_ptr<Source>, somewhat successfully