@d-healey Is it ready to use it as an installer and send it to customers?
Posts made by bendurso
-
RE: Inno Setup is Flagged as Trojan?
-
RE: Creating an Offline Authentication Method?
@Lindon said in Creating an Offline Authentication Method?:
Thank you! I’m working on implementing something similar based on this post.
Do I first need to create a set number of licenses (e.g., 4000) and then encrypt them all? Or is there a way to create a pattern that meets specific criteria, as you mentioned, without creating each string?
How do I encrypt all the strings? I assume it's with encryptWithRSA, but how should be done?
-
RE: Hiding preset browser search bar
@mmprod Ok sorry, then you have to build the latest Hise develop branch
-
RE: Hiding preset browser search bar
@mmprod Did you hit apply? It's working here.
-
RE: Error when building Hise as FX with Faust
@ustk Nice! Did you load Hise as an FX on your DAW? How did you do it? Or did you mean as an instrument?
-
RE: Indie license
@Christoph-Hart Oh got it, you can use Juce 6, but you have to follow the rules of Juce 8 (whatever starter, indie or pro)
-
RE: Indie license
@d-healey But do you have to follow the rules of Juce 6? (https://juce.com/legal/juce-6-license/) Because Juce 6 Personal (equivalent to Juce 8 Starter) required the splash screen, which is not used in Hise.
-
RE: Indie license
@d-healey that's a better idea. I think chatGPT also told me to email juce to be sure. So you went ahead :)
-
RE: Indie license
@d-healey haha right, but I was in doubt about the new free version of Juce, that sadly doesn't look to apply for us :(
-
RE: Indie license
@Sampletekk Hmm, I believe that only applies to JUCE 8. Since HISE uses JUCE 6, the Indie version was required in JUCE 6 regardless of income if you didn't use the splash screen (I asked ChatGPT about this a while ago).
-
RE: Building HISE plugin virus alert?
@mmprod Why using an antivirus on mac? I think the system itself is secure
I think you will have to add the file to exceptions to remove it from quarentine
-
RE: Reference Multiple Convolution Nodes in ScriptNode
@d-healey oh, I found the solution on this post: https://forum.hise.audio/topic/4355/changing-impulses-in-scriptnode/15
-
RE: Reference Multiple Convolution Nodes in ScriptNode
Thanks. Yes, I did select an external node for each node. But how can I load via scripting?
This only loads the samples for the first slot:
const var ConvolutionReverb = Synth.getAudioSampleProcessor("HardcodedMasterFX1"); ConvolutionReverb.setFile(sample);
-
RE: Reference Multiple Convolution Nodes in ScriptNode
@bendurso Bump :)
Anyone knows how can I load the samples into multiple convolution nodes inside one scriptnode effect?
-
RE: Error when building Hise as FX with Faust
@ustk said in Error when building Hise as FX with Faust:
Is that even possible to do?
However, the exported version would work as an instrument plugin. I think it’s not possible to build HISE as an FX plugin, or is it?
-
RE: Error when building Hise as FX with Faust
@Lindon Mm, I wasn't there either.
I had forgotten to type "faust" in the "external libraries to link" configuration of Xcode (macOS). Now I get error as soon as it starts to compile.
-
RE: Error when building Hise as FX with Faust
I just tried doing the same, my build was successful, but I can't find the exported Hise plugin anywhere.
-
RE: Reference Multiple Convolution Nodes in ScriptNode
@HISEnberg Thank you. But I'm pretty sure it's possible, because even in the compiled effect I can even see the two convolutions.
-
Reference Multiple Convolution Nodes in ScriptNode
How can I reference multiple convolution nodes to load an audio file into each convolution?
-
RE: Look & Feel modifies the HISE IDE, not only my plugin GUI
That's because you're using global laf.
You have to use local laf :)