RustAudio / vst3-sys

Raw Bindings to the VST3 API
Other
284 stars 18 forks source link

Fix NoteOffEvent struct fields #48

Closed robbert-vdh closed 2 years ago

robbert-vdh commented 2 years ago

See https://github.com/steinbergmedia/vst3_pluginterfaces/blob/2ad397ade5b51007860bedb3b01b8afd2c5f6fba/vst/ivstevents.h#L53-L64 for the original definition. There are also a lot of missing constants everywhere but I've been declaring them inline in NIH-plug for the time being.