Only show user-presets in favorite sidebar
[ardour.git] / libs / evoral / src / Event.cpp
2017-09-24 Paul Davisconvert codebase to use Temporal for various time types
2016-12-03 David RobillardRemove dead code
2016-03-21 David RobillardTrim dependence on evoral types.hpp and Beats.hpp
2015-12-27 Robin Gareussomewhat better solution to prev commit.
2015-12-27 Robin Gareuswork around midi-event counter 4 byte overflow.
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from .cpp and...
2015-09-18 Robin Gareusfix ever increasing MIDI event IDs
2015-05-23 nick_mMerge branch 'relative_snap'
2015-05-23 nick_mMake Evoral::Event ids unique always.
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-05 David RobillardHandle edits while playing precisely.
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...