add export control to libevoral
[ardour.git] / libs / evoral / evoral / ControlList.hpp
2013-10-17 Paul Davisadd export control to libevoral
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-04-03 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-02 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-04-02 Paul Davisfix (?) behaviour when punching into automation write...
2012-12-17 Paul Davisremove use of a boost::fast_pool_allocator without...
2012-11-30 Robin Gareusadd reverse iterator to event list (prepare x-fade...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-17 Paul Davislots more fidgety work on automation. sort of works...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-09 Paul Davisautomation fixes/changes: when add a new control point...
2012-06-16 Carl HetheringtonAdd new SharedStatefulProperty which manages a shared_p...
2012-05-25 Paul Davisadd ::length() method to Evoral::ControlList
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-11 Paul Davisswitch to 5 new fade curves, taken from mixbus2 branch...
2012-04-22 Carl HetheringtonUse a list of ControlPoints to hold the automation...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-05 Paul Davismake automation thinning factor controllable at run...
2012-04-04 Carl HetheringtonRemove ControlList::_max_xval which is set up and stored in
2011-12-26 Paul Davis(1) do not write sequential same-value automation data...
2011-11-23 David RobillardFix broken whitespace via merciless application of...
2011-04-20 Carl HetheringtonRemove unused NascentInfo::is_touch member.
2011-04-06 David RobillardFix my name :)
2011-02-01 Paul Davisavoid unused args warning
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-24 David RobillardFix broken whitespace.
2010-12-20 Carl HetheringtonAllow deletion of program changes in the same way as...
2010-12-07 Paul Davisadd "shift" method used in 2.X and now a3 to move data...
2010-09-28 Carl HetheringtonDon't cut output rate of non-interpolated controllers.
2010-08-20 Carl HetheringtonDon't write undo records for automation that moves...
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-07-25 Carl HetheringtonRemove end of SearchCache as it is not used (it's alway...
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-12 Carl HetheringtonMark Sequence as edited when one of its parent ControlS...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-02-27 Paul Davisvestige-based VST support, back-ported from 2.0-ongoing
2009-02-19 David RobillardOnly create a Curve for an AutomationList if we need it.
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2008-12-21 David RobillardSync with svn.drobilla.net/lad/trunk/evoral r1891.
2008-12-16 Carl HetheringtonImplement #2425: option for automation to follow region...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFix paul's spacey tabs mucking up everything :)
2008-09-19 Paul Davischris goddard's region list patch; port 2.X marker...
2008-09-19 David RobillardFix parameter range stuff and automation time axis...
2008-09-19 David RobillardFactor out sequencing related things into an independan...