13
0
livetrax/libs/evoral
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
..
evoral Fix event type and parameter type confusion 2016-12-03 15:28:19 -05:00
MSVCevoral Remove Evoral::MIDIEvent 2016-12-03 15:18:21 -05:00
src Fix event type and parameter type confusion 2016-12-03 15:28:19 -05:00
test Fix event type and parameter type confusion 2016-12-03 15:28:19 -05:00
run-tests.sh Use test utility function to find evoral test files 2014-12-03 17:31:04 +07:00
wscript Factor out and extend MIDIXML implementation 2016-12-03 15:18:20 -05:00