@resonant search for greyhole, although I think it’s in the examples given.
Best posts made by bfaudio
-
RE: Good Faust Reverb or Chorusposted in Faust Development
-
RE: Build failed CompileCposted in General Questions
@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 colouringposted in Scripting
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...posted in Scripting
@oskarsh said in Help with assigning knobs...:
@d-healey DavidGPT trained on all the forum knowledge

Latest posts made by bfaudio
-
RE: Woocommerce Demo version quesionposted in General Questions
@d-healey oh snap. Thanks as always!
-
RE: Woocommerce Demo version quesionposted in General Questions
@ustk and then use a custom bit of code or something to create a link from a ‘trial’ button to add that $0 product to their cart?
-
Woocommerce Demo version quesionposted in General Questions
Hi All,
Forgive me if this has been asked, I couldn’t find it.
I’m familiar with how to create the demo version of a plugin with HISE but question is specifically for people selling through Wordpress/woocommerce.
How do you handle the customer accessing the demo or trial version in your store? I’m working out how to implement a ‘try’ button next to the buy or add to cart button, then linking relevant files etc and a bit stuck on the best way to go about it.
Any input welcome.
Thanks
Chris
-
RE: LInux HISE + Faustposted in General Questions
@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 + Faustposted in General Questions
@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 + Faustposted in General Questions
@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 + Faustposted in General Questions
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’sposted in General Questions
@d-healey oh ok cool, I’ll look into it. Very much at the beginning of learning Linux.
Thanks heaps -
RE: Linux IDE’sposted in General Questions
@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.