MusicalTime => Beats.
[ardour.git] / libs / evoral / src / Event.cpp
2015-01-07 David RobillardMusicalTime => Beats.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-01-25 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-23 Paul Davisfix merge conflict with master
2014-01-22 Robin Gareusfix evoral assignment operator (copy buffer)
2012-07-26 Paul Davisreplace deprecated g_atomic_int_exchange_add()
2012-04-30 Paul Davisfix up some const-ness issues starting from Evoral...
2011-10-19 David RobillardRemove dubious Evoral::Event methods that exposed non...
2011-04-06 David RobillardFix my name :)
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
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-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
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-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-14 David RobillardMIDI robustness.
2009-02-03 Hans Baier* more pleasant template parameter names in (MIDI)Event
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-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-19 David RobillardFactor out sequencing related things into an independan...