Fix my name :)
[ardour.git] / libs / evoral / src / Sequence.cpp
2011-04-06 David RobillardFix my name :)
2011-01-29 Carl HetheringtonFix crash with debug enabled.
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-09 Carl HetheringtonFix a few bad iterator accesses.
2010-12-07 Carl HetheringtonRevert previous ill-thought-out patch.
2010-12-07 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-09-28 Carl HetheringtonDon't cut output rate of non-interpolated controllers.
2010-09-24 Carl HetheringtonSlightly hacky but functional fix for large quantities...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-20 Carl HetheringtonFix automation re-load.
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-25 Carl HetheringtonRemove end of SearchCache as it is not used (it's alway...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
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-06-25 Carl HetheringtonMake MIDI region `automation' respect the automation...
2010-06-14 Paul Davismake note overlap resolution store side effects in...
2010-06-12 Paul Davisintroduce the notion that note additions and property...
2010-06-03 Paul Davisstart tracking note overlaps while moving notes
2010-06-03 Paul DavisSequence::contains() and Sequence::overlaps() now use...
2010-06-02 Paul Davisadd channel+pitch indexing for notes in a Sequence
2010-06-01 Paul Davisrationale pathways that add notes to Sequence<T> so...
2010-05-31 Paul Davisswitch Evoral::Sequence debugging to use DEBUG_TRACE...
2010-05-28 Paul Davisprovide a generalized Sequence::get_notes()-by-predicat...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2009-10-23 David RobillardFix controller iteration / linear interpolation.
2009-10-23 David RobillardFix compilation with DEBUG_SEQUENCE on.
2009-10-22 David RobillardRemove linear search when adding/removing a note from...
2009-10-22 David RobillardReplace horribly error-prone Sequence/MidiModel/MidiSou...
2009-10-21 David RobillardFix failed assertion when end_write is called multiple...
2009-10-21 David RobillardFix O(n) search on MIDI rec region update (now O(log...
2009-10-19 David RobillardLogarithmic note seek for Sequence iterator.
2009-10-19 David RobillardUse set over vector for Sequence::Notes, for logarithmi...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
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...