initial pass at session-renaming functionality
[ardour.git] / libs / evoral / evoral / Sequence.hpp
2011-07-14 Paul Davisinitial pass at session-renaming functionality
2011-06-21 Paul Davischange default overlapping note strategy to "relax...
2011-04-06 David RobillardFix my name :)
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-24 David RobillardFix broken whitespace.
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-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
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-22 David RobillardFix adding multiple notes with the same time stamp...
2009-10-22 David RobillardReplace horribly error-prone Sequence/MidiModel/MidiSou...
2009-10-21 David RobillardFix O(n) search on MIDI rec region update (now O(log...
2009-10-19 David RobillardUse set over vector for Sequence::Notes, for logarithmi...
2009-10-19 David RobillardFix set_notes prototype to use typedef.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
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-07 David RobillardThe great audio processing overhaul.
2009-02-17 David RobillardFix deadlock and potential race condition when editing...
2009-02-16 David RobillardRewrite Sequence::const_iterator.
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-10 Hans Baier* Code readability: Template parameter <T> -> <Time>
2009-02-06 Hans Baier* Add SysEx Support to MidiModel / SMF
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2008-12-21 David RobillardSync with svn.drobilla.net/lad/trunk/evoral r1891.
2008-10-13 David RobillardFix pollution of global namespace by Evoral.
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 RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFix parameter range stuff and automation time axis...
2008-09-19 David RobillardFix crash on recording MIDI CC.
2008-09-19 David RobillardFactor out sequencing related things into an independan...