LInux HISE + Faust
-
Hi All,
Pardon my ignorance, I can't see this in any other posts about building HISE with faust on Linux.
HISE Builds totally fine, but (Debug) is showing on the HISE interface rather than Faust. I'm used to mac where I change the scheme to build for release with faust but I'm not sure how I stipulate that on Linux, specifically using Ubuntu Studio.
Thanks,
Chris
-
Updated Build instructions
So time went on and I simplified the build process for Faust a bit so I thought I'll post the build instructions (or the link to the instructions) here and u...
Forum (forum.hise.audio)
-
@bfaudio take a look at my free course, it includes instructions for building on Linux with Faust
HISE Bootcamp: No Coding Required – Audio Dev School
A beginner-friendly course that teaches you how to build real, working audio plugins using HISE - without writing any code.
It’s designed for musicians, sound designers, and audio creators who want to bring their plugin ideas to life without learning a programming language.
The course is structured around two complete projects: first, you’ll build a custom sample library instrument, and then you’ll create a spatial audio effect plugin.
Along the way, you’ll learn how to use HISE’s visual interface to import and map samples, design user interfaces, connect modulation sources, and export your finished plugins.
Every lesson focuses on practical skills, and you’ll get access to guidance notes, cheat sheets, and supporting materials to help you stay on track.
By the end of the course, you’ll have built two working plugins - and you’ll have the confidence to keep creating, no coding required. You’ll also receive a certificate of completion to showcase your skills.
(audiodevschool.com)
-
@d-healey thanks I’ll check it out. I’ve gotten the emails about this but haven’t gotten around the sussing it out yet.
@Christoph-Hart that's the exact instructions I followed to get where I am.
-
@d-healey Thankyou! just watched through the building on linux part and the instructions i followed, that Christoph linked to, have a bit where it says type 'make CONFIG=Release' but nothing about changing this to build the version you want.
-
@bfaudio Nice, so is it all setup the way you want now?
-
@d-healey yes, literally just adding the release with Faust to running the make file did it.
I’ve always done it as an option in either Xcode or visual studio.
Learning Linux, slowly…. But happily. -
@bfaudio Yeah that ReleaseWithFaust config was something I added very recently so that's why it's not in the instructions that Christoph linked to. I forgot about that.
-
@d-healey Thankyou again