summaryrefslogtreecommitdiff
path: root/libs/ardour/audioregion.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-09copy scale amp in region copy constructorPaul Davis
2008-11-08fix for incorrect reading of fade in curve under a few circumstancesPaul Davis
2008-11-08add operator=() to Curve; add AudioRegion::copy_settings() for replicating re...Paul Davis
2008-10-13fix subtle but nasty problems with stretch/shift audio operations, and fix up...Paul Davis
2008-10-09add global option to enable/disable region fadesPaul Davis
2008-07-09fix crasher caused by regions not being deleted on session unload; fix up src...Paul Davis
2008-03-25add new Session::Dialog signal for generic dialog interactions with unknown G...Paul Davis
2008-03-24stop crash occuring when carrying out playlist partitions in empty playlistsPaul Davis
2008-02-29fix for broken fade out, appeared to be accidental var name redundancyDoug McLain
2008-02-27fixes from chris cannam for rb_effect bugsPaul Davis
2008-02-27make AudioRegion::master_read() obey length limit of (first) master source, n...Paul Davis
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive spli...Paul Davis
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-26first pass attempt at tab-to-transient (to be improved)Paul Davis
2008-01-25more rhythm ferret/transient detection/split region stuff, maybe it works nowPaul Davis
2008-01-25meet rhythm ferret: cute, furry and always on time (ardour build now requires...Paul Davis
2008-01-09make separate work with/without selected tracks; make align-regions-*-relativ...Paul Davis
2008-01-09fix up some errors with fade in/out commands; make commit_reversible_command(...Paul Davis
2007-11-19trim at edit point added, keybindings altered (in progress); more subtle impr...Paul Davis
2007-11-12(include libs/ardour in ...) add trim to loop/punch; fixup trim start/end to ...Paul Davis
2007-11-01new ancestral data handling for regions; new Stretch AudioFilter replaces ses...Paul Davis
2007-09-11make sure that AudioRegion::set_live_state() notifies interested parties when...Paul Davis
2007-04-09make region opacity work again; fix several other region context menu items t...Paul Davis
2007-03-21probably fix cleanup issues, but testing requiredPaul Davis
2007-03-14no more peak building thread; don't print config var stores, but it possible ...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-22Fixed for prior unused file cleanup.Taybin Rutkin
2007-01-29small change to region creation for make-mono-regions; add untested short_pat...Paul Davis
2007-01-26fix "make mono regions", mostlyPaul Davis
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
2006-12-22start using global, 100% generic enum to/from string objectPaul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-11-27many small changes, see ardour-dev for morePaul Davis
2006-11-16track naming patch from brian; slightly modified F11-bug workaround from bria...Paul Davis
2006-11-13remove almost everything from region editor, make popup menu more useful and ...Paul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-11-03move all destructive functionality into SndFileSource as a mode, and drop Des...Paul Davis
2006-11-02allow track selection to be toggled (ctrl-clicked); potential fixes for tape ...Paul Davis
2006-11-01fix crashing bug caused by recursive set_state() nonsense; sync snap_type, sn...Paul Davis
2006-11-01debugging some crashes with oofus + flowrobotPaul Davis
2006-10-31fix crashes when loading ardour 0.99 sessions, restore back compatibility for...Paul Davis
2006-10-26fix SVN merge SNAFU causing double deletionPaul Davis
2006-10-25fixes for endemic (compiler?) issues with virtual inheritance of sigc::tracka...Paul Davis
2006-10-21various fixes related to lifetime management and xfades in particular. lots a...Paul Davis
2006-10-20fixes for shared_ptr from this errors in Region, mostly for testing by Sampo ...Paul Davis
2006-10-19major changes to Region, AudioRegion, Playlist, AudioPlaylist and Crossfade s...Paul Davis
2006-10-11make MementoCommand inherit from sigc::trackable so that we don't double-call...Paul Davis
2006-10-10add control port to ardour.rc.in and fix crash bug caused by bad shared_ptr<R...Paul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis