Fully implement YaEvent

This commit is contained in:
Robbert van der Helm
2020-12-15 18:02:26 +01:00
parent f33b749172
commit 0137bb3499
2 changed files with 96 additions and 1 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ struct YaEvent {
int32 bus_index;
int32 sample_offset;
Steinberg::Vst::TQuarterNotes ppq_position;
Steinberg::Vst::Event::EventFlags flags;
uint16 flags;
// `Event` stores an event type and a union, we'll encode both in a variant.
// We can use simple types directly, and we need serializable wrappers