PluginInfo::type added to copy constructor. But why is the copy constructor defined...
[ardour.git] / libs / ardour / source_factory.cc
2009-06-24 Paul Davissplash screen fix from nedko ; fix cleanup's failure...
2008-11-06 Paul Daviswrap PBD::Thread... signals in a mutex to avoid crashin...
2008-02-27 Paul Davisfix up BWF creation; make CoreAudioSource work; add...
2008-02-24 Paul Davismake canvas text scale with font scaler; prevent bogus...
2008-02-01 Paul Davislarge chunks of code to deal with pre-analysis of audio...
2008-01-23 Paul Davismissing StaticMutex initializer (probably causing 100...
2007-12-04 Paul Davisfix for vanishing waveforms on imported files
2007-11-01 Paul Davisnew ancestral data handling for regions; new Stretch...
2007-09-20 Paul Davischanges for OSX/SAE
2007-09-12 Paul Davismake big clock be on top ALWAYS; more design fixes...
2007-09-11 Paul Davistry to fix async peaks issue; fix crasher caused by...
2007-09-10 Paul Davistry to make peak building from scratch more efficient
2007-09-10 Paul DavisWARNING WARNING WARNING >>>> DEEP CHANGES >>> EXPERIMEN...
2007-09-09 Paul Davisasync generation of peakfiles for embedded files
2007-02-22 Taybin RutkinFixed for prior unused file cleanup.
2007-02-06 Paul Davissome fixes/improvements for track selection; add upload...
2007-02-05 Paul Davisuse SilentFileSource when sources cannot be found
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