mikeoliphant / AudioPlugSharp

Easily create VST (VST3) audio plugins in C# .NET
MIT License
177 stars 21 forks source link

VST3 WpfExample not recognized in Cubase #26

Closed dansted closed 8 months ago

dansted commented 1 year ago

I've cloned the AudioPlugSharp repository, build the vstsdk.sln and AudioPlugSharp.sln, moved the files to a folder which Cubase scans for plugins. But my Cubase 12 Elements does not recognize WpfExample plugin as a VST3 plugin, it thinks it's a VST2 plugin and adds comment "Unsupported Architecture". Am I doing something wrong ?

unsupported

mikeoliphant commented 1 year ago

Those dlls aren't the plugin. "WPFExampleBridge.vst3" is the plugin.

dansted commented 1 year ago

Cubase just ignores the "WPFExampleBridge.vst3.

dansted commented 1 year ago

I've also tried another VST3 host named Element by Kushview and then I get this error when scanning the vst.

issue

mikeoliphant commented 1 year ago

Not sure what the problem could be - I just tested in Element and it worked fine for me.

Try looking in the "AudioPlugSharp" folder in "%appdata%" and see if you have any log files with information in them.

dansted commented 1 year ago

I cant find any AudioPlugSharp folder in appdata.

image

mikeoliphant commented 1 year ago

Then likely whatever went wrong happened before the plugin got a chance to log anything.

mikeoliphant commented 1 year ago

If you can zip up your binaries and put them somewhere I can grab them, I can test whether they run on my machine.

mikeoliphant commented 8 months ago

Closed due to inactivity.