summaryrefslogtreecommitdiff
path: root/libs/ardour/automation_event.cc
AgeCommit message (Expand)Author
2010-05-27fix handling of automation recording when stopping and restarting from the ex...Paul Davis
2010-05-26logic error in AutomationEvent::cut_copy_clear() when deciding whether to add...Paul Davis
2010-04-27reduce stack space requirements for export and normalizationPaul Davis
2010-04-26significant fixes for AutomationList::cut_copy_clear() for cut and copy opera...Paul Davis
2010-04-23if something is in Write, dont take it out of Write when locatingBen Loftis
2010-04-23remove iterator-based AutomationList cut/copy methods, to avoid appearance of...Paul Davis
2010-04-23more cleanups, redesigns and subtle bug fixes for automation editingPaul Davis
2010-04-22refuse to accept Auto_Write state when loading automation list state from diskPaul Davis
2010-04-22finally change the misnamed ::reposition_for_rt_add(); never save automation_...Paul Davis
2010-04-22cleanup AutomationList::cut_copy_clear() and try to add guard/clamp points to...Paul Davis
2010-04-22multiple touches in a single automation pass now work; write mode works (with...Paul Davis
2010-04-22better, cleaner, correct merging of nascent automation events into the event ...Paul Davis
2010-04-21correctly handle touch/write automation data merging when it occurs before th...Paul Davis
2010-04-21start of The Fix for automation touch+writePaul Davis
2010-04-20append Auto_ to auto modes so they are more easily searchableBen Loftis
2010-04-17initial pass at "ramping back" to existing automation values at the end of a ...Paul Davis
2010-01-30move LocaleGuard "up" into libpbd; use LocaleGuard to replace utterly broken ...Paul Davis
2009-02-17stringstream needs to preserve plenty of significant digits when writing auto...Ben Loftis
2008-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ...Paul Davis
2008-11-08add operator=() to Curve; add AudioRegion::copy_settings() for replicating re...Paul Davis
2008-03-17fix problems with list stuff caused by assumptions about list type equivalencePaul Davis
2007-07-02prep for 2.0.3Paul Davis
2007-05-31added declicking xfade in audio_diskstream for truly seamless transport loopingJesse Chappell
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-11-28debugging new thaw behaviour for AutomationEventPaul Davis
2006-11-28major fixes to automation editingPaul 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-11fix reload of region gain envelopes, freeze works from start ... end instead ...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-31massive changes in automation state handling, not entirely complete; some bug...Paul Davis
2006-10-27new automation state model, sort of working, but not reallyPaul Davis
2006-10-27restore compilability amidst automation state mgmt changesPaul Davis
2006-10-26fix SVN merge SNAFU causing double deletionPaul Davis
2006-10-26remove StateManager code entirely and more debugging output cruftPaul Davis
2006-10-25fixes for endemic (compiler?) issues with virtual inheritance of sigc::tracka...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-12 r321@gandalf: fugalh | 2006-08-12 15:48:28 -0600Hans Fugal
2006-08-12 r316@gandalf: fugalh | 2006-08-11 17:06:48 -0600Hans Fugal
2006-08-04 r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600Hans Fugal
2006-08-03 r260@gandalf: fugalh | 2006-08-03 15:53:50 -0600Hans Fugal
2006-06-22Merging from trunkHans Fugal
2006-06-14pulling trunkHans Fugal
2006-05-19fix naming of destructive track audio filesPaul Davis
2005-09-24libardour added.Taybin Rutkin