Remove superfluous typedefs.
[ardour.git] / libs / evoral / src / Sequence.cpp
2009-02-14 David RobillardRemove superfluous typedefs.
2009-02-14 David RobillardMIDI robustness.
2009-02-11 Hans Baier*Evoral: Sequence: forgot to commit that
2009-02-10 Hans Baier* Evoral::Sequence: conditional compile for debugging...
2009-02-10 Hans Baier* Code readability: Template parameter <T> -> <Time>
2009-02-09 Hans Baier* Sequence: added asserts
2009-02-06 Hans Baier* Add SysEx Support to MidiModel / SMF
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-01-30 Hans Baier* enlage MidiBuffer size to 128 bytes to allow for...
2009-01-30 Hans Baier* re-enable assertion about controller values (probably...
2009-01-29 Hans Baier* loosened assertion about controller to UINT8_MAX...
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2008-12-21 David RobillardSync with svn.drobilla.net/lad/trunk/evoral r1891.
2008-12-12 Hans Baier* reenabled assertions after irc-ing with drobilla
2008-12-12 Hans Baier* converted two especially obnoxious assertions into...
2008-10-13 David RobillardFix pollution of global namespace by Evoral.
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-23 David RobillardEliminate a ton of unnecessary complete redrawing in...
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-21 David RobillardFix CC interpolation (i.e. output a maximum reslution...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
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...