VST SDK Version?
-
In October last year, Steinberg released the VST 3.8 SDK, and with that changed their licensing with that version to be under the MIT license.. JUCE was updated soon after to include VST 3.8..
Does HISE include the VST 3.8 SDK? Or would I have to install the SDK into HISE's files for it to work? Admittedly it has been a while since I have last used HISE so I am generally uncertain.
-
@RedFireTF2 HISE uses a customised version of JUCE and includes a version of the VST3 SDK (not the latest one). I'm not sure if you could just drop in the latest VST3 SDK and have it work, but try it and let us know.
-
@David-Healey I'll try and see if it's possible later. Should I compile HISE from the source code, or do you think dropping in the SDK from the precompiled binaries would work? I don't know how up to date the precompiled binaries are in comparison to the actual GitHub Repository.
-
@RedFireTF2 You need to compile from source, but the VST3 SDK will only come into play when you compile your project as a plugin (or if you're compiling HISE as a plugin).