fix (?) behaviour when punching into automation write mode while the transport is...
[ardour.git] / libs / evoral / src / ControlList.cpp
2013-04-02 Paul Davisfix (?) behaviour when punching into automation write...
2013-01-15 Paul Daviscontrol lists should use the default value of their...
2012-12-08 Paul Davisfix automation/control list behaviour when manually...
2012-11-15 Paul Davisadd a "guard" point after a write/touch automation...
2012-11-14 Paul Davislikely fixes for most remaining issues with data in...
2012-09-17 Paul Davisfix missing variable initialization
2012-09-09 Paul Daviscomment tweaks from a second reading
2012-09-09 Paul Davisremove unused code
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-14 Paul Davisfix up part of the remaining details with automation...
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-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-20 Carl HetheringtonFix some warnings.
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-15 Carl HetheringtonA few tweaks to make Ardour build in GCC -std=c++0x...
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-31 Carl HetheringtonDon't round control list events when x-scaling them...
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-20 Carl HetheringtonFix assertion failure when merging a set of nascent...
2011-04-06 David RobillardFix my name :)
2011-03-08 Carl HetheringtonAllow out-of-time-order writes to nascent event list...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
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-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
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-08-05 Carl HetheringtonSupport cut / copy / paste of MIDI automation.
2010-07-25 Carl HetheringtonFix case where the working range for the interpolation...
2010-07-25 Carl HetheringtonRemove end of SearchCache as it is not used (it's alway...
2010-07-25 Carl HetheringtonRemove test that will never fire.
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
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-05-27 Carl HetheringtonFix crash on clear option for automation tracks (#3195...
2010-04-26 Carl HetheringtonSome comments and minor cleanup.
2009-10-23 David RobillardSshh.
2009-10-23 David RobillardFix yet more crazy tabs.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-23 Carl HetheringtonFix uninitialised member variable.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-02-19 David RobillardOnly create a Curve for an AutomationList if we need it.
2009-02-16 Sampo SavolainenFix memory leak.
2009-02-11 David Robillardverbosity--
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-02 David RobillardTidy.
2009-01-28 David RobillardRemove nonsense comment.
2009-01-28 Hans Baier* Set Discrete mode as default until Linear mode works...
2009-01-28 Hans Baier* Fixed bug: Discrete control lists are generally not...
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2009-01-21 Hans Baier* make MIDI-specific menu show up on all MIDI lanes
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-12-12 Hans Baier* reenabled assertions after irc-ing with drobilla
2008-12-12 Hans Baier* converted two especially obnoxious assertions into...
2008-09-23 David RobillardEliminate a ton of unnecessary complete redrawing in...
2008-09-22 David RobillardSpeed up MIDI import (and non-cached cases of ControlLi...
2008-09-22 David RobillardFix loading midi controller data.
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFix parameter range stuff and automation time axis...
2008-09-19 David RobillardFactor out sequencing related things into an independan...