summaryrefslogtreecommitdiff
path: root/libs/ardour/audioregion.cc
AgeCommit message (Expand)Author
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
2006-10-05prevent normal regions from moving with session startPaul Davis
2006-10-05Generic MIDI control now saves+restores its state; PBD::ID now requires a buf...Paul Davis
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