@AxiomCrux said in Exporting as VSTi:
No, I was trying to use the built-in export feature, does that require me to compile HISE?
When you "export" from HISE what actually happens is HISE builds a JUCE project for your plugin and runs the compiler to build it. This is the same process as compiling HISE itself.
Also you generally want to be compiling your projects using the same version as the source code that was used to build HISE, otherwise you might end up with weird conflicts.
So generally the first step is to compile HISE. That way you know everything is setup correctly for compiling. Then you export your project.
@AxiomCrux said in Exporting as VSTi:
built-in compiler script to figure out how to get a plug-in beta test installer for Mac and PC. I believe I found a video you had made for the process on Mac
I would advise in general not to run scripts (even from me) unless you understand what the script is doing. Scripts can do a lot of damage if not setup and used correctly.
All my build script does is the same manual steps you'll do when exporting your project from HISE. So start with the manual version, then you'll be able to follow along with what the script is doing.