@resonant search for greyhole, although I think it’s in the examples given.
Best posts made by bfaudio
-
RE: Good Faust Reverb or Chorus
-
RE: Build failed CompileC
@d-healey @treynterrio built a new effect with just stock filter, simple gain and some knobs and exported fine. Suspect it’s my old nemesis scriptnode/dsp networks again.
-
RE: Initialise automatic keyboard colouring
Solved.
Simply copied 'setKeyColour();' out of the 'inline function' keyboard part of the script and put it on its own line.
-
RE: Help with assigning knobs...
@oskarsh said in Help with assigning knobs...:
@d-healey DavidGPT trained on all the forum knowledge
Latest posts made by bfaudio
-
RE: LInux HISE + Faust
@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. -
RE: LInux HISE + Faust
@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.
-
RE: LInux HISE + Faust
@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.
-
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
-
RE: Linux IDE’s
@d-healey oh ok cool, I’ll look into it. Very much at the beginning of learning Linux.
Thanks heaps -
RE: Linux IDE’s
@d-healey just really to build HISE and HISE projects on so c++ I guess. I just use Xcode and Visual Studio on Mac and Windows.
-
Linux IDE’s
Hi All,
More a general dev question, to those working on Linux, what IDE are you using? I’m just dipping my toe into that pool and not sure where the look for that particular part of the picture.
Thanks
Chris
-
RE: Good Faust Reverb or Chorus
@resonant search for greyhole, although I think it’s in the examples given.
-
RE: How to use NUM_HARDCODED_FX_MODS & NUM_HARDCODED_POLY_FX_MODS?
@bendurso @Lindon
After doing some digging about global mods and hardcoded fx after having trouble with exported plugins I found this thread.
Can I just ask, do you just open the projucer file after exporting from HISE, add the hardcoded mods in and then save/open in ide? No other steps?
Have tried that without success is all so just wondering. Also have the ‘enable sound generator fx’ ticked.
Thanks.
Chris.