@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
What do you mean by "has been customized"?
Christoph has modified it, that's why it's included with the HISE source code.
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
What do you mean by "has been customized"?
Christoph has modified it, that's why it's included with the HISE source code.
@bendurso said in Server.downloadFile with signed Amazon S3 URL:
Thanks. It worked with cURL as a background process.
I'd really like to know why it doesn't work with the standard downloadFile call.
@bendurso said in Server.downloadFile with signed Amazon S3 URL:
Should I use powershell for Windows for better compatibility right?
I don't know, I think powershell needs permissions doesn't it?
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
I'm not using Hise's veersion of juce I'm using the latest for compiling
You need to use the version that comes with HISE. It's been customised.
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
Also, got an error with git branch and git checkout.
Yes none of those will work because it's not a git repo.
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
fatal: not a git repository (or any of the parent directories): .git
That means you didn't use git clone to download the source code.
Start over, remove all copies of HISE and the HISE source code from your system. Then make a video showing me the full process you are following.
@Orvillain said in Invalid use of incomplete type vSIMDType:
I think this is a Linux compiler thing.
Linux user here
@Dan-Korneff said in Linux vs ThirdParty Nodes:
@d-healey Exported plugins store their data (presets, documentation, etc.. ) in .config within the Company subfolder. Just like the structure on MacOS and Win. I just don't understand why it would be different for Linux.
Yep that's true. It's just HISE itself that stores it in the home folder. According to the Filesystem Hierarchy Standard dumping them in the home folder is acceptable.
However the XDG Base Directory Spec recommends a .config folder.
It's a mess. I'd prefer it to all be in .config too. Maybe we can put it to a vote.
@bendurso I'm stumped then... You could use cURL directly from in HISE by calling it as a process - @aaronventure posted about this a while back I think.
@bendurso Does it work in a private browser session?
@Dan-Korneff said in Linux vs ThirdParty Nodes:
Is there any reason that HISE creates an additional folder .hise in the first place?
This is the correct folder. The one in .config is not used (and was never created on my system). Some programs store their settings in .config, others (like HISE) just dumb them in the home folder.
However one thing I've just noticed is if you use the snippet browser, this does create a "HISE" folder in .config
@Christoph-Hart Might want to check that.
@bendurso said in Server.downloadFile with signed Amazon S3 URL:
The link contains 1359 characters. Maybe that could be the issue? Is there max limit for the link length?
Could be, I'm not sure. I believe HISE is using cURL to do the download so you can test that by running it manually in a terminal.
@ustk Confirmed
@Dominik-Mayer Usernames with . in them don't work as links when using the @ feature.
@d.healey for example
@bendurso I'm guessing that link doesn't go directly to a file but redirects and maybe that is causing the issue.
@ustk User icon also gone, replaced with Login button text.

@iamlamprey said in Invalid use of incomplete type vSIMDType:
Clanker found it for me:
I think it's lying to you again. This is the line in my fork and it compiles without issue
@Dan-Korneff said in Linux vs ThirdParty Nodes:
Not sure why both get auto-generated
The distro shouldn't affect it. You can see the line here where that folder is created by HISE: https://github.com/christophhart/HISE/blob/5492ce96392057892a6d6b8dfa9420ff55653e39/hi_core/hi_core/PresetHandler.cpp#L1132
If you delete the one in your .config folder I don't think it will change anything.
@Chazrox I'm seeing it too. The forum had an update yesterday and seems like this button appeared then.
@bwoogie adding to what @ustk said, it's good practice to only have one xml per project. If you need to manage different versions, use git