summaryrefslogtreecommitdiff
path: root/libs/ardour/audiofilter.cc
AgeCommit message (Expand)Author
2008-11-11new region constructor for use by audiofilters (almost does a pure copy of th...Paul Davis
2008-11-08add operator=() to Curve; add AudioRegion::copy_settings() for replicating re...Paul Davis
2008-03-25add new Session::Dialog signal for generic dialog interactions with unknown G...Paul Davis
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive spli...Paul Davis
2007-11-27MESCLUN: new SAE-specific bindings file; parametized binding files; fix handl...Paul Davis
2007-11-01new ancestral data handling for regions; new Stretch AudioFilter replaces ses...Paul Davis
2007-09-11add SRC quality to import dialog; fix instances of missing waveforms where ne...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-15fix reverse play buffer refilling; turn on Blink signal againPaul 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-08-25use shared_ptr<> for all region handlingPaul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-03-28 a) fix problems with multichannel tape tracksPaul Davis
2006-01-28fix (mostly) measure lines and click box text and meter markingsPaul Davis
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin