VST3 Export -
-
Hi everyone, been pulling my hair out for the past few hours at this one.
I can compile a blank project as a vst, but not as a vst3. I also cannot build the "plugin" version of hise at all.
Really looking forward to transition from plugdata development to HISE but i just can't seem to get it working. After browsing the forums for a while, i've done all the reccomendations and:
Build develop branch
Extracted pre-placed sdk's
configured the wizard.Nothing seems to work.
Any advice would be amazing, thank you in advance! -
Why do you want to compile HISE as a plugin?
What error message do you see?
What operating system are you using?
-
@d-healey Hi thank's for the prompt responce
Just looking to create a vst3 of a blank project at the moment.
Macos Sequoia.ERROR
/Users/MYNAMEHISE/HISE/JUCE/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.mm Build input file cannot be found: '/Users/MYNAME/HISE/HISE/JUCE/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?
-
@EwanBristow maybe you have to turn on vst3 support in hise project settings?
-
Already toggled - it's what's letting me build for VST3 in the first place. Thank you though
-
@EwanBristow Can you show me the content of your tools/sdk folder?
This is how mine looks:
-
Exactly the same (Well, apart from the sdk.zip which i assume isn't needed)
-
@EwanBristow Did you clean the build folder after compiling the vst2 and before compiling the vst3? Are you using the version of JUCE/Projucer that comes with the HISE source code?
-
@d-healey Yeah, i removed any trace of my other juce installation. And yes, cleaned the build folder.
The file that the error is referencing isn't there at all. I haven't touched it.I have a funky feeling that manually re-installing the directory might help? No idea
-
@EwanBristow said in VST3 Export -:
i removed any trace of my other juce installation
How many copies of the HISE source do you have?
@EwanBristow said in VST3 Export -:
have a funky feeling that manually re-installing the directory might help? No idea
Shouldn't be necessary to ever mess with those files.
-
@d-healey Only one installation of hise, completely removed every other clone i had.
Ive not touched that dir at all - probably won't haha.If steinberg didn't kill the free distribution of VST2 i'd be a happy bunny, but that's not the case unfortunately.
-
@EwanBristow and you definitely built HISE from the one remaining copy of the source that you have?
-
@d-healey 100%. Did a complete deletion and then cloned the develop branch fresh. I'd assume it's better to go that route as compared to downloading from the website? If not, let me know
-
@EwanBristow yes
-
@d-healey I'll try one more time just to be 100% sure.
-
@d-healey Lol, that error's disappeared, but a new one has come up. I have a feeling this is going to happen often haha, i'm all for it
"Cycle inside a single target; building could produce unreliable results"
-
This post is deleted! -
Haha, i was correct... more issues persist.
I can now compile Hise as a VST3 (hopefully meaning i could export a project as vst3 too)
but the "Cycle inside a single target; building could produce unreliable results" error is NOT going.Time to do some more digging
Update - I can compile to a standalone application just fine - anything "plugin" related (AU, VST, VST3) Will give me the error mentioned before. Will see what i can do - my last 4am braincell is struggling
-
@EwanBristow show us the errors - this sounds like a warning...
-
@Lindon
I managed to get it working - Anything involving the latest version of Xcode doesn't work.
I'm able to export as an fx plugin via the plugin version of Hise. Super funky stuff, but it seems to be an Xcode related issue.