Plugin-host question

A quick question regarding using the plug-in host. I’ve changed my product scheme for my VST to the plugin-host binary, and when the project builds successfully, I can load the plug-in I’m editing fine, but can’t load any other VST’s (even though I’ve scanned them).

I’m wondering if there’s something I’m overlooking? If I launch the host on it’s own and load the VST’s it works fine.

Thanks for any help.

“can’t load” is pretty vague. What actually happens?

Thanks for your reply Jules. Nothing actually happens when I drag any other plugin into the host window except the vst binary I just built.

Right, but you’re running it in the debugger, so you should be able to see why it’s not loading.

Actually, it’s probably just because you’re trying to load 64-bit plugins in a 32-bit build or vice-versa.

1 Like

That makes sense…thanks for your help!