I would like to hire someone to consult on what seems like an impossible HISE c++ project
-
I am trying to write a fairly complex compiled scriptnode that uses the boost interprocess library to retrieve and write audio signal to a shared buffer object. I have an fft processor I am attempting to do in RNBO and compile as another scriptnode. Doing this all in juce is extremely complex and I would like to harness the routing and power of HISE to complete the task. This is an effect not a virtual instrument but I feel HISE can do it. I’ve got all the wiring down in HISE I just need someone to consult on what is and isn’t possible and how to accomplish what I’m trying to do in HISE. I am not a commercial developer I am just an individual trying to complete a personal project but I am willing to pay someone well for their time.
-
@jdurnil You might try tapping into the FFTConvolver Library, I believe it is already included in HISE. It's primarily used for convolution but might offer some alternatives to RNBO. You could probably create an external C++ processor for scriptnode and include this library.
-
I shared a basic c++ fft framework that I created for hise on the forum a while ago. It's possible to do fft stuff in hise using libraries / doing it from scratch.
What does your project need to do with the fft?