Can Anyone Help Me to Build VST3 Plugins from HISE
-
@Tania-Mosh Use the SDK that is in the
sdk.zip
(password 4321)
and move the ASIO and VST3 folders in SDK, not in a subfolder -
Open Projucer and point the VS studio exporter to the VST3 SDK that is inside the JUCE folder that comes with HISE (I'm not at my computer now but when I am I'll post the full path).
I have a pull request waiting to be merged that should fix this issue for good.
-
@ustk That one doesn't work for VST3 without modification (there is another thread about it).
-
@d-healey Strange, I always used it on my mac to compile VST2 and VST3 successfully
-
Here is the path to the VST3 SDK that works
/JUCE/modules/juce_audio_processors/format_types/VST3_SDK
This is the info about modifying the SDK in that zip file - https://forum.hise.audio/topic/1444/vst-export-failed/75
-
@ustk Thank you so much.. I will try.
-
@d-healey Ok. I am trying.
-
@d-healey Do I need to Rebuild the HISE Standalone again, with the modified path?
-
@Tania-Mosh Nope. Just set the path in the .jucer file for your project. In the image below it says
(Legacy) SDK
but it won't say that for VST3 it will just say VST SDK or something similar:The other option is to use the version that comes with HISE, the one that ustk mentioned, and make the modifications in the link I posted above.
-
@d-healey Uh.. little hard to understand for a startup user and specially for a non programmer like me. Ok I am trying what I have understood from your post by my little brain. .
-
@d-healey When I'm opening my demo project with Projucer it sets the legacy folder to like this..!
-
@d-healey Do I need some modification in Global path?
-
You haven't enabled the VST3 Support checkbox in your project's preferences in HISE.
When you do the input box in Projucer will look like this
-
@d-healey Thank you so much . At last I got the VST3.
Cheers !!
TM