summaryrefslogtreecommitdiff
path: root/libs/evoral/src/ControlList.cpp
AgeCommit message (Expand)Author
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
2010-08-20Don't write undo records for automation that moves with regions when nothing ...Carl Hetherington
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-05Support cut / copy / paste of MIDI automation.Carl Hetherington
2010-07-25Fix case where the working range for the interpolation can be chosen wrongly ...Carl Hetherington
2010-07-25Remove end of SearchCache as it is not used (it's always set to DBL_MAX)Carl Hetherington
2010-07-25Remove test that will never fire.Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl Hetherington
2010-07-12Mark Sequence as edited when one of its parent ControlSet's ControlLists is c...Carl Hetherington
2010-05-27Fix crash on clear option for automation tracks (#3195). Also fix state chan...Carl Hetherington
2010-04-26Some comments and minor cleanup.Carl Hetherington
2009-10-23Sshh.David Robillard
2009-10-23Fix yet more crazy tabs.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-23Fix uninitialised member variable.Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-02-19Only create a Curve for an AutomationList if we need it.David Robillard
2009-02-16Fix memory leak.Sampo Savolainen
2009-02-11verbosity--David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-02-02Tidy.David Robillard
2009-01-28Remove nonsense comment.David Robillard
2009-01-28* Set Discrete mode as default until Linear mode works properlyHans Baier
2009-01-28* Fixed bug: Discrete control lists are generally not played backHans Baier
2009-01-28* MIDI control lanes: Set Interpolationtype according to ParameterHans Baier
2009-01-21* make MIDI-specific menu show up on all MIDI lanesHans Baier
2008-12-21Sync with http://svn.drobilla.net/lad/trunk/evoral r1891.David Robillard
2008-12-16Implement #2425: option for automation to follow region moves.Carl Hetherington
2008-12-12* reenabled assertions after irc-ing with drobillaHans Baier
2008-12-12* converted two especially obnoxious assertions into warnings since they hind...Hans Baier
2008-09-23Eliminate a ton of unnecessary complete redrawing in MIDI stream views:David Robillard
2008-09-22Speed up MIDI import (and non-cached cases of ControlList::eval) by a factor ...David Robillard
2008-09-22Fix loading midi controller data.David Robillard
2008-09-22Move event specific ringbuffer stuff to evoral.David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Fix parameter range stuff and automation time axis height (somewhat...).David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard