summaryrefslogtreecommitdiff
path: root/libs/ardour/import.cc
AgeCommit message (Expand)Author
2007-03-16fix errors in multi-range export (and possibly other export styles); compiler...Paul Davis
2007-03-10fixed some frame count issues with importing.Jesse Chappell
2007-02-28fix for mute button color/state caused by cut-n-paste coding, plus another ac...Paul Davis
2007-02-27fix #1497, related to lack of status.done setting when libsndfile craps out o...Paul Davis
2007-02-27fix for build issue on Mandriva, #1180 ; remove stacktrace output when JACK f...Paul Davis
2007-02-27totally redesign import code to avoid stupid intermediate file copy [beta]Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-12-21minor tweaks to get region names right for importsPaul Davis
2006-12-21use ustring more; handle embedding of "paired" files as per mantis #1362Paul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul 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-31merge changes from harrison branch back into trunk, by handPaul Davis
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-10- Fixed a buffer size bug when ~/.ardour2 doesn't exist (can't load configura...David Robillard
2006-06-21the return of VST supportPaul 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-28 a) fix problems with multichannel tape tracksPaul Davis
2006-03-22significant changes in code to handle import/embedding - much cleaner and les...Paul Davis
2006-02-10committed INCOMPLETE 24bit filesource supportJesse Chappell
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin