@njAudio03 Yeah I did try ticking the box and it wasn't the issue. I have literally just figured it out tho! I had already had projuicer on my computer and that was upsetting Hise so i got rid of the duplicate version and it's working now. Thanks for your help.
Best posts made by njAudio03
-
RE: Export Setup Wizard - Juice Not Working
Latest posts made by njAudio03
-
Turning C++ dsp into fx plugin in hise
Hi guys, ive been messing around with creating my own reverb algorithm in c++ recently. I simply load a wav file in and treat the audio data as a big std::vector. and then write an audio file at the end. Im wondering if there is a way to turn this into a plugin with Hise. Im guessing ill need to implement some kind of block based audio processing but not sure if this should be done in C++ or within hise. How can I integrate this algorithm? any tips would be much appreciated.
Thanks,
Nat
-
FX VST/AU
Hey,
How can I export an Fx plugin as a vst or an AU? I'm developing on windows and hise exports my fx as .dll files which is fine for me but I need to send it to some friends who are apple users for testing so need to export as something other than a dll. Any suggestions? -
Hadamard Mixing Matrix
Hey,
I'm wanting to make a FDN reverb using script nodes. Is there something like a hadamard matrix I could use already available in hise or will I have to do some C++? I couldn't find anything from my searches.
thanks,
Nat -
Export to VST - Cannot find file ippcore.h
Hi,
Im trying to export my plugin to vst and I am getting these errors. I have installed ipp but built Hise without ipp as it was causing issues. I got through the Export Setup Wizard suggesting all should be well but got these errors on the command prompt. -
RE: Export Setup Wizard - Juice Not Working
@njAudio03 Yeah I did try ticking the box and it wasn't the issue. I have literally just figured it out tho! I had already had projuicer on my computer and that was upsetting Hise so i got rid of the duplicate version and it's working now. Thanks for your help.
-
RE: Export Setup Wizard - Juice Not Working
@d-healey I've built HISE my self now but am still getting the same error at this stage. Any other Ideas? Thanks for your help thus far.
-
Export Setup Wizard - Juice Not Working
Hi, Im having a problem exporting my plugin as a VST. I am using the export setup wizard (as this is my first time making a plugin) and I am getting an error at step 4/5 where it says juice isn't working even though I do have juice on my computer. The only thing I could think is that I didn't build Hise myself and so don't have the source code on my machine. Could this be the problem? would building Hise myself fix the issue? thanks, Nat