RustAudio / vst3-sys

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

Added missing enums #25

Closed demberto closed 2 years ago

demberto commented 4 years ago

NoteExpressionTypeID, KeySwitchTypeID. Replaced u32 type for type_id params with respective enum types as found in the SDK. The NoteExpressionTypeID is used in ivstphysicalui.rs as well.