Mike Hilgendorf
Mike Hilgendorf
Whenever you have time! Like I said it's not a huge deal, I'm guessing you're working on some big changes so it makes sense why it's there.
My bad, that's a local file on my machine.
Do the example plugins in [nih-plug](https://github.com/robbert-vdh/nih-plug) work?
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...
The "proper" approach to this is to run a GH action that checks out the VST3 SDK repo, builds the validator from source, and caches the build artifacts to run...
My opinion is that new projects should prefer [vst3-rs](https://github.com/coupler-rs/vst3-rs) and [vst3-sys](https://github.com/micahrj/vst3-sys) which are more actively maintained and superior to this crate, which uses some awfully complicated proc macro programming instead...