mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 02:17:49 +01:00
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. |
||
|---|---|---|
| .. | ||
| testdata | ||
| CurveTest.cpp | ||
| CurveTest.hpp | ||
| RangeTest.cpp | ||
| RangeTest.hpp | ||
| SequenceTest.cpp | ||
| SequenceTest.hpp | ||
| SMFTest.cpp | ||
| SMFTest.hpp | ||
| testrunner.cpp | ||