Remove unused ifdef gunk.
[ardour.git] / libs / evoral / src / Note.cpp
2015-01-07 David RobillardMusicalTime => Beats.
2014-11-24 John EmmasChanges needed to accommodate building libevoral with...
2014-11-22 David RobillardWrap MusicalTime in a class.
2012-01-31 Paul Davisuse musical_time_equal() test for equality when copying...
2011-11-23 David RobillardFix broken whitespace via merciless application of...
2011-04-06 David RobillardFix my name :)
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-09-14 Paul Davisfix up marshall/unmarshall of note data for MidiModel...
2009-09-06 Paul Davisthe start (only the start) of MIDI diff commands
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-08-17 Paul Davismove assignments out of assert() in editor_drag (thanks...
2009-05-04 David RobillardMaybe fix assertion crash.
2009-02-14 David RobillardRemove superfluous typedefs.
2009-02-10 Hans Baier* Code readability: Template parameter <T> -> <Time>
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...