summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
AgeCommit message (Expand)Author
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-04-15forward-port from 2.X commits 5827-6000 includingPaul Davis
2010-03-31Rework to set Stateful properties automagically in the Stateful class rather ...Carl Hetherington
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl Hetherington
2010-02-09Modify Stateful to allow undo to be done using differences in state.Carl Hetherington
2010-02-08new RegionCommand object; remove unused string argument from Region::thaw(); ...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-26Remove cyclic Source->Playlist references (and with it all dependence on Play...David Robillard
2009-10-22Fix MidiBuffer::merge_in_place and add aggressive correctness checking.David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-26When a track is in "stacked" mode, allow regions to be moved to different lay...Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-06-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis
2009-06-10Factor source copying into a method and use it in a couple of places where it...Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-17Make a bunch of stuff boost::noncopyable.David Robillard
2009-02-16Fix a bunch of the ol' trivial audio-specific-for-no-particular-reason things.David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; ...Paul Davis
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-04-19* first prototype for track based channel selection worksHans Baier
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-02-19Merge with 2.0-ongoing R3082.David Robillard
2008-02-02Merge with 2.0-ongoing R2988David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-11-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compi...Paul Davis
2007-09-06Deep "automation regions" support.David Robillard
2007-08-11Saving of edited MIDI data to disk (on session save).David Robillard
2007-08-06Genericificationalizeified AudioFilter (now Filter).David Robillard
2007-05-31fixup botched xfade-as-audioregion; apply work from 2.0-ongoingPaul Davis
2007-05-30(MERGED FROM rev 1924 on 2.0-ongoing) fix some (all? not likely) problems wit...Paul Davis
2007-05-21virtualize audioregion, make crossfade IS-A audioregionPaul Davis
2007-05-18Remove region raise() and lower(). Try to do region layering better.Carl Hetherington
2007-05-14add new "lock position" feature for regionsPaul Davis
2007-05-03optimize some performance bottlenecks; remove jack_nframes_t that crept back ...Paul Davis