summaryrefslogtreecommitdiff
path: root/libs/ardour/source.cc
AgeCommit message (Expand)Author
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2007-03-21probably fix cleanup issues, but testing requiredPaul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-10-05Generic MIDI control now saves+restores its state; PBD::ID now requires a buf...Paul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-03-17lots of fidgety work to get track renaming to work correctly now that we have...Paul Davis
2006-03-14improvements (!) to waveform display for destructive tracks, plus a generic f...Paul Davis
2006-03-10ExternalSource refactoring.Taybin Rutkin
2006-03-02remove debugging for peaks ready signal, plus add new connection arg to Sourc...Paul Davis
2006-02-21hook up tape region views to peaks ready signalPaul Davis
2006-02-10committed INCOMPLETE 24bit filesource supportJesse Chappell
2005-11-29committed fix for cross-endian native wave filesJesse Chappell
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin