summaryrefslogtreecommitdiff
path: root/libs/ardour/source_factory.cc
AgeCommit message (Expand)Author
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-23missing StaticMutex initializer (probably causing 100% CPU use on OS X Leopard)Paul Davis
2007-12-04fix for vanishing waveforms on imported filesPaul Davis
2007-11-01new ancestral data handling for regions; new Stretch AudioFilter replaces ses...Paul Davis
2007-09-20changes for OSX/SAEPaul Davis
2007-09-12make big clock be on top ALWAYS; more design fixes for async peak building; f...Paul Davis
2007-09-11try to fix async peaks issue; fix crasher caused by previous lock changes in ...Paul Davis
2007-09-10try to make peak building from scratch more efficientPaul Davis
2007-09-10WARNING WARNING WARNING >>>> DEEP CHANGES >>> EXPERIMENTAL CODE .... fixes to...Paul Davis
2007-09-09async generation of peakfiles for embedded filesPaul Davis
2007-02-22Fixed for prior unused file cleanup.Taybin Rutkin
2007-02-06some fixes/improvements for track selection; add upload target to manual make...Paul Davis
2007-02-05use SilentFileSource when sources cannot be foundPaul Davis
2007-01-25fix import/embed of multichannel audiofiles, as per #1433Paul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-11-03new tape tracks ended up with non-destructive sources, fixedPaul Davis
2006-11-03Fixed snapshot dialog annoyance.Taybin Rutkin
2006-11-03move all destructive functionality into SndFileSource as a mode, and drop Des...Paul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis