A few fixes to interpolation of MIDI controller data. Don't interpolate
[ardour.git] / libs / evoral / src / ControlList.cpp
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...