ardour/libs/evoral/test
David Robillard c820ce4a64 Fix event type and parameter type confusion
I'm not sure if this is really the best way to do event types (should it
just be a completely static enum in evoral, or completely dynamic and
provided by the type map, or a mix like currently?), but previously the
event type was frequently set to either total garbage, or parameter
types, which are a different thing.

This fixes all those cases, and makes Evoral::EventType an enum so the
compile will warn about implicit conversions from int.
2016-11-07 05:14:55 -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 Fix event type and parameter type confusion 2016-11-07 05:14:55 -05:00
SequenceTest.hpp Fix event type and parameter type confusion 2016-11-07 05:14:55 -05:00
SMFTest.cpp Fix event type and parameter type confusion 2016-11-07 05:14:55 -05: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