Can Anyone Help Me to Build VST3 Plugins from HISE
-
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