Exporting
-
I have this incredible project:
(I know, amazing right!) [this is my first project]And I want to export it as an AU fx effect. I looked literally everywhere and I couldn't find a definitive answer as to how (on m1 Mac). Every time I export it, the console pops up (as expected) and gives me this:
I check all of my computer folders and found literally nothing. I have seen other people on the forums who have similar issues and somehow solved them, but I am too stupid to understand how they fixed this problem.Thank you
-
@bananaas007 Check in the Binaries folder. MyProject/Binaries/Builds/MacOSX/build/Release (assuming you made a release build of HISE).
-
Your compile failed, so you won't get any output files.
Have you compiled HISE from source?
You need to install xcpretty.
-
-
-
@d-healey I pressed the "compile" button, exported it, and nothing happened.
The same exact terminal message came up.
What should I do?
-
@bananaas007 said in Exporting:
I pressed the "compile" button
Not sure what you mean. Have you compiled HISE from the source code on github?
-
@d-healey I just downloaded the zip folder from GitHub, it came to my downloads as a folder (not zipped possibly because of safari). I read the directions for instailing it on OSX, and due to my lack of technical knowledge, I have no clue what "clone the repository" (download the file maybe [at least that is what I did]) means, and after going through the file, I feel stuck. I was unable to find the other folders the guide mentioned .
Thank you for all of your help, (and your great Youtube Videos) -
@bananaas007 Update: I just cloned the repository. And it said:
Extract the contents of tools/SDK/sdk.zip to tools/SDK. Your tools folder should now contain folders named ASIOSDK2.3 and VST3
How do I do that?
-
@bananaas007 You need to be able to compile HISE before you attempt to compile your project. Here is a video I made about it a few years ago, it's mostly still relevant (if I mention IPP in it, just ignore that part).
-
@bananaas007 ok, I followed the video. Compiled the stuff it said in Xcode. So I went back into Hise to my original project, and this time when I tried to compile it as a FX effect, it said this:
Does that mean it worked, and that the error is because my plugin literally does nothing? -
@bananaas007 said in Exporting:
Does that mean it worked, and that the error is because my plugin literally does nothing?
Probably...
When you see that error, are you running the build of HISE that you just compiled?
-
I think so, because of that error I made a new project. This project is a simple Saw synth
It works within Hise, so then I tried to export it as An AUi plugin and got this error.
What surprised me was that this error was different (yay!).
Do you know how to fix this error? -
@bananaas007 I also tried compiling it as a standalone, and it also gave me a similar error:
-
What version of xcode are you using?
-
@d-healey 15.4
-
@bananaas007 How many copies of the HISE source do you have? Did you build the develop branch?
-
@bananaas007 A this point, I have at least 3 copies of the source code.....
-
@d-healey I tried a lot of my own troubleshoot before trying the forums. Also, I don't know what a develop branch is
-
@bananaas007 said in Exporting:
A this point, I have at least 3 copies of the source code.....
Get rid of all of them and start over. Avoid having more than one copy on your system at a time, it often leads to issues.
Go watch this video at the time stamp 6:05 - https://youtu.be/D3kthNOQ9_s?t=365 - I explain the branch structure of the HISE repo.