RustAudio / vst3-sys

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

Compiled example plugins not listed in Cubase 12. #56

Open ShikiSuen opened 1 year ago

ShikiSuen commented 1 year ago

Related commit: f3e8f01

Compiled example plugins not listed in Cubase 12. In Studio One 5 only the "AGain" is visible and usable. I tried renaming the vendor name from rust.audio to rustAudio but it doesn't work. image

m-hilgendorf commented 1 year ago

Do the example plugins in nih-plug work?

ShikiSuen commented 1 year ago

These are visible in Cubase 12: image image

m-hilgendorf commented 1 year ago

I would recommend sticking with nih-plug for authoring plugins (which atm relies on this crate for bindings). It's very likely the example code is subtly incorrect, as they are just designed to pass the plugin validator from the VST3 SDK (and not to be used in real hosts).

I will try and replicate this sometime this weekend with other hosts.