summaryrefslogtreecommitdiff
path: root/libs/ardour/audioregion.cc
AgeCommit message (Expand)Author
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-26version of a patch from Ben Loftis to correct how offset destructive tracks a...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-30** requires svn jack ** Hardware monitoring should work, some canvas scrollin...Nick Mainsbridge
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-08-02Fix for all regions having a "speed mismatch" (showing a * in the regionview ...David Robillard
2006-08-01Fixed floating point resolution in saved state issue. Fixed OS X vector max ...Jesse Chappell
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-08save+restore ID counter; fix buglet introduced with ID's when saving region s...Paul 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-05-31unfinished work on selection/HiG details, restore range ops destroyed by auto...Paul Davis
2006-04-27"The In-Flight Hack, 2006"Paul Davis
2006-04-17Make sure region fades don't get messed up when regions are split.Sampo Savolainen
2006-03-14improvements (!) to waveform display for destructive tracks, plus a generic f...Paul Davis
2006-02-18fix various issues with destructive single region tracksPaul Davis
2006-02-10committed INCOMPLETE 24bit filesource supportJesse Chappell
2006-01-08a metric ton of changesPaul Davis
2005-09-24libardour added.Taybin Rutkin