RustAudio / vst3-sys

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

Add missing interfaces, types, and constants #27

Closed m-hilgendorf closed 4 years ago

m-hilgendorf commented 4 years ago

Added new interfaces, types, and constants

The constants in src/vst/vstspeaker.rs were generated with bindgen and then culled a bit manually. It's missing many of the helper methods, but wrappers should be able to take care of that internally.

MirkoCovizzi commented 4 years ago

Looking good. Merging it.