Export Error - JUCE VST3 Wrapper
-
@d-healey Yes, both VST2 and VST3 SDKs are saved in tools/SDK
VST2 SDK File Name: ASIOSDK2.3
VST3 SDK File Name: VST3 SDKAre these file names correct?
EDIT: I should mention that I also re-downloaded the SDKs today when I downloaded HISE new_layout. The file names were different at download, but I changed them to what they were for previous HISE version.
-
-
@trillbilly said in Export Error - JUCE VST3 Wrapper:
VST2 SDK File Name: ASIOSDK2.3
VST3 SDK File Name: VST3 SDKASIO SDK is the ASIO SDK ;)
VST3 SDK that comes with HISE (in the sdk.zip folder) is the VST2 SDK even though the folder name is VST3. Delete the VST3 folder you have there, you don't need it. There is another one in the JUCE folder that is used automatically when exporting VST3 plugins.
-
@d-healey Am I missing something? Trying to extract the sdk.zip in order to use the SDKs that came with HISE. It is telling me the files are password protected.
-
@trillbilly No you don't need to use it. That's for VST2. Just delete the VST3 folder and try to export again.
-
@d-healey OK.
Right Now my tools/sdk folder looks like this.
ASIOSDK2.3
VST3 SDK
sdk.zipI deleted the VST3 SDK folder, leaving my tools/sdk folder looking like:
ASIOSDK2.3
sdk.zipWhen I try to export like this, it says "VST SDK File Is Missing"
-
When I try to export like this, it says "VST SDK File Is Missing"
So a different error to the previous one?
-
@trillbilly Go to the VST3 SDK folder, do you see this structure? You should see "pluginterfaces" folder and it's folder structure like this:
-
Go to the VST3 SDK folder, do you see this structure
No, that's for VST2, he's exporting VST3 which doesn't use that folder. It uses the SDK that comes with JUCE that's inJUCE/modules/juce_audio_processors/format_types
You do not need the VST3 SDK in the tools/sdk folder. -
@d-healey Are you sure?
If you see the error it says this:
error C1083: Cannot open include file: 'pluginterfaces/vst2.x/vstfxstore.h': No such file or directory
So it means the pluginterfaces folder in JUCE SDK?
-
@orange Ignore me. Apparently that folder needs to be there before HISE will let you export. But it isn't used when exporting VST3 as far as I know. @Christoph-Hart ??
-
This post is deleted! -
-
@trillbilly said in Export Error - JUCE VST3 Wrapper:
I had downloaded the newest SDK.
Steinberg no longer provides the VST2 SDK.
@Christoph-Hart You need to remove the requirement to have the VST2 SDK present to be able to export. -
@d-healey Ahhhh, I see now. Thanks again, all seems well on Windows. My Mac Mini is another story though. I'll be scouring the forum today for some answers!