Hi,
I’m still working on my VST3 host implementation (in Rust), and it seems like it’s working fine with some plugins, but not with others.
The plugins that don’t work just give me a segfault and it’s hard to see what’s going on.
It generally seems to be working fine with JUCE-based plugins, and the nih-plug plugins I made for testing work as well, but other frameworks don’t seem to work.
They work in other hosts on the same machine, so it’s most likely to be an error in my host implementation.
Is there a test plugin that could help me diagnose the mistakes in my host implementation, and check whether it’s correct and complete?
Best,
N