do not allow smf_source's reads to stomp on cached read_end position in parent class...
[ardour.git] / libs / evoral / src / Sequence.cpp
2009-09-16 Paul Davisdo not allow smf_source's reads to stomp on cached...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-08-13 Paul DavisMIDI cut&paste round two (not done yet); a small region...
2009-05-18 Carl HetheringtonPatch from agorka to add some includes required for...
2009-02-17 David RobillardFix deadlock and potential race condition when editing...
2009-02-16 David RobillardFix crash iterating over sequences with no controls...
2009-02-16 David RobillardFix crash on iteration over an empty sequence and/or...
2009-02-16 David RobillardFix deadlock issues.
2009-02-16 David RobillardGracefully ignore illegal MIDI events at the buffer...
2009-02-16 David RobillardGracefully ignore illegal MIDI events.
2009-02-16 David RobillardRewrite Sequence::const_iterator.
2009-02-15 David RobillardClean up fugly debug printing stuff.
2009-02-15 David RobillardFix crash on reading meta event.
2009-02-15 David RobillardFactor out region layering.
2009-02-15 David RobillardTidy, remove dead code.
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
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...