xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export
-
@DJJD12345 You can't change the grid size. You can change the interface size.
In the Interface script, change these values, then click compile.

I demonstrated this in the bootcamp too.
-
@David-Healey sorry I only watched what I wanted (what was necessary). but thanks
-
D David Healey referenced this topic
-
@David-Healey how do I save an interface look as a preset to then open up on a different project
-
@DJJD12345 There isn't a way to do this directly. If you want to build a new project that has the same basic look another project, then the simplest method is to duplicate the first project folder and use that as the basis for the second project.
If you just want to copy interface elements you can open the JSON view in the first project (select a component in the component list and press
J), select the text, copy it, and paste it into the new project.Or you can copy/paste it in the project xml files.
-
@David-Healey getting this error when compiling with the latest githash using faust 2.83.1

-
@DJJD12345 Maybe there's a bug in the commit. Did you clean the build before starting?
-
@David-Healey Yes, but because of the error, I have to press clean build twice
-
@David-Healey I'm using githash 6ba56cc
-
@DJJD12345 Try an earlier commit, there is nothing in the latest commit that will be critical to your project
-
@David-Healey the last one I was using came out a month ago and it worked but I need to use the latest
-
@DJJD12345 I spoke to someone else earlier today who is using the latest commit, I think they're on Windows though. But if it's working after cleaning the build twice then you can proceed, no?
-
@David-Healey can't error still appears.
-
@DJJD12345 What feature do you need that isn't in the earlier commit that worked?
-
@David-Healey need the compilation fix as I have the new version of faust 2.83.1
-
@DJJD12345 Do you mean that you can only use that version of Faust with more recent HISE commits?
-
@David-Healey no, the latest githash for Hise supposedly has better compiling for Mac
-
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
the latest githash for Hise supposedly has better compiling for Mac
The commit from a month ago compiles and works with the version of faust you have, and you don't need any of the changes since then, I'd just stick with that commit, because the current commit isn't working for you.
The alternative is you'll need to debug the error on your system through xcode and find out what's causing it.
-
@David-Healey how do I get an older git commit of the hise source code
-
@DJJD12345
git checkoutfollowed by the hash. If you're doing it through xcode I'm not sure what the procedure is. -
@David-Healey give exact cmd comande to do this