13
0
livetrax/libs/evoral/test
David Robillard 398a318934 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
compiler will warn about implicit conversions from int.
2016-12-03 15:28:19 -05:00
..
testdata
CurveTest.cpp
CurveTest.hpp
RangeTest.cpp
RangeTest.hpp
SequenceTest.cpp Fix event type and parameter type confusion 2016-12-03 15:28:19 -05:00
SequenceTest.hpp Fix event type and parameter type confusion 2016-12-03 15:28:19 -05:00
SMFTest.cpp Fix event type and parameter type confusion 2016-12-03 15:28:19 -05:00
SMFTest.hpp
testrunner.cpp