Linux vs ThirdParty Nodes
-
@iamlamprey The wizard doesn't work on Linux, in fact I recall disabling it in a commit a few months ago, but perhaps that's only for plugin export. You can bypass it by checking the setting in project preferences, if you don't see it then you'll need to edit the settings xml file in the HISE app data folder. I think I demonstrate this in the bootcamp.
-
@d-healey I've got this:
<?xml version="1.0" encoding="UTF-8"?> <CompilerSettings> <HisePath value="home/user/Documents/HISE"/> <UseIPP value="0"/> <ExportSetup value="1"/> </CompilerSettings>Still just asks me every time, I'm not using your fork, do you know if you've made any other changes that might affect this?
-
ah there's a full 35 min video in the course, thank you sir :)
-
@iamlamprey I remember somewhere that the configuration exists in 2 different places for some reason. You might be editing the wrong one.
-
@Dan-Korneff Yep you're right, I had to copy
~/.config/HISE/compilerSettings.xmlto
~/.hise/compilerSettings.xmlCtrl + H to view hidden files, for anyone stumbling upon this in the future
-
-
@d-healey Clanker said it was the Linux equivalent of %appdata%
Copying it seemed to get me past the compile wizard, and I can use
Compile DSP networks to dllto create the .sh script, but that's all it makesI don't get the usual folder structure or even the AutoGeneratedProject.jucer file
-
Okay, just had to add my HISE path to that same file

-
@iamlamprey said in Linux vs ThirdParty Nodes:
Clanker said it was the Linux equivalent of %appdata%
Don't trust chat GPT. If you want to know the correct path you can access it from the file menu in HISE.
-
@d-healey in my distro this is also the equivalent of app data.
Not sure why both get auto-generated -
@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.