summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
AgeCommit message (Expand)Author
2008-11-11new region constructor for use by audiofilters (almost does a pure copy of th...Paul Davis
2008-10-13additional ancestral_length = 0 initializationPaul Davis
2008-10-13fix subtle but nasty problems with stretch/shift audio operations, and fix up...Paul Davis
2008-09-26fix up region constructor's initialization of ancestral region dataPaul Davis
2008-05-29fix(es) from chris cannam for rb_effect mistakesPaul Davis
2008-05-23remove autostools files that should be there, and remove WIP stuff that shoul...Doug McLain
2008-05-22Remove sigc 2.0.18Doug McLain
2008-04-01insert time operationPaul Davis
2008-02-03Fix reversed bounds check in Region::adjust_to_sync (), regions with a sync p...Nick Mainsbridge
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-25lots of small fixes related to the rythmic rodentPaul Davis
2007-12-04fix up normal ardour menus because of action renamingPaul Davis
2007-12-04add pitch shifting; minor fixes elsewherePaul Davis
2007-11-30fix issue with Region::adjust_to_sync(); enlarge key bindings editorPaul Davis
2007-11-19massively better splice mode for all you tape freaks out therePaul Davis
2007-11-01new ancestral data handling for regions; new Stretch AudioFilter replaces ses...Paul Davis
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-14merge r1449 from surfaces branch to include mackie surface and tranzport upda...John Anderson
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-11-13remove almost everything from region editor, make popup menu more useful and ...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-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-08-31merge changes from harrison branch back into trunk, by handPaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin