@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: Compile scriptnode to DLL stuck on Ubuntuposted in General Questions
it just immediately gets to this and hangs.
-
RE: Compile scriptnode to DLL stuck on Ubuntuposted in General Questions
@David-Healey within HISE Itself?
it has status of creating c++ for the network and just stays like that, cannot click on anything within HISE, can't even close HISE
-
Compile scriptnode to DLL stuck on Ubuntuposted in General Questions
Hi All,
Wondering whether any Linux heads out there can offer some insight.
Porting my plugin which is compiled fine on Mac and Windows to Linux. I saw in this thread that HISE and Linux are currently having issues:
https://forum.hise.audio/topic/13984/bunch-of-errors-when-building-hise-linux?_=1765961750550
So as suggested by @David-Healey I built from his fork, with the release with Faust config, and all working fine, until I go to export scriptnode as DLL, then it just hangs.
After consulting the AI overlords I did a backtrace while it was hung and apparently the issue lies in:
Thread 2 (Thread 0x7dcf7ffff6c0 (LWP 4003) "HISE Standalone"):
#0 hise::DspNetworkCompileExporter::run()
#1 hise::DialogWindowWithBackgroundThread::LoadingThread::run()
#2 juce::threadEntryProc(void*)
#3 start_thread
#4 clone3Specifically that #0 line.
To be totally honest I’m still quite new to Linux so not 100% on this.
Is anyone seeing this and immediately thinking ‘you need to do x’?
Can post a snippet when back at my comp.
Thanks
Chris
-
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.
