Files
ardour/libs
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
..
2016-11-30 20:31:32 +01:00
2016-10-27 15:57:47 +02:00
2016-10-07 03:39:22 +02:00
2016-12-03 15:18:21 -05:00
2016-11-24 09:02:47 +01:00