ardour/libs/evoral/test
David Robillard ef02ba23a2 Remove Evoral::MIDIEvent
It is slightly questionable whether type specific methods like
velocity() belong on Event at all, these may be better off as free
functions.  However the code currently uses them as methods in many
places, and it seems like a step in the right direction, since, for
example, we might some day have events that have a velocity but aren't
stored as MIDI messages (e.g. if Ardour uses an internal musical model
that is more expressive).

In any case, the former inheritance and plethora of sloppy casts is
definitely not the right thing.
2016-11-06 22:08:34 -05:00
..
testdata remove executable mode-bit from files 2013-06-16 21:54:08 +02:00
CurveTest.cpp NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
CurveTest.hpp Add a test for the constrained cubic interpolation of Evoral::Curve 2015-02-13 12:25:51 +00:00
RangeTest.cpp Make tests of Evoral::Range functions include both endpoints in Range 2014-12-01 16:52:58 +00:00
RangeTest.hpp NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
SequenceTest.cpp Remove Evoral::MIDIEvent 2016-11-06 22:08:34 -05:00
SequenceTest.hpp Trim dependence on evoral types.hpp and Beats.hpp 2016-03-21 18:58:31 -04:00
SMFTest.cpp allow to run unit-test under wine from srcdir. 2015-09-13 15:30:00 +02:00
SMFTest.hpp MusicalTime => Beats. 2015-01-07 00:12:07 -05:00
testrunner.cpp Call PBD::init from evoral testrunner 2014-12-03 17:31:05 +07:00