Hi guys. I'm new to Hise and I hope you can guide me in the right direction. Have tried for days to make it work but it always ends up the same way.
I made a RNBO patch, exported it and did the steps seen as in this video: https://www.youtube.com/watch?v=64dTcwnP40o
In RNBO it manipulates audio ch 1&2 by recording to buffers and repeating them in different ways.
The rnbo network works exactly as expected in Hise. Manipulation is triggered by MIDI input.
Whatever steps I take I end up with a plugin not processing the audio, it just goes through. The knobs don't affect anything. Midi also affects nothing. I can see that the keyboard in the interface receives MIDI.
When I export the RNBO patch as VST3 directly from Max without going to Hise everything works as expected. But I want to create a GUI. Now I'm here.
Things I've trie. All of these methods are tested in Hise and work perfectly. But as a plugin they don't.
- RNBO within a Script FX. Global Wet Dry. Result: Not even for params outside RNBO work.
- Create a version of the RNBO patch without midiin, instead preparing it to receive expected numbers then script a translation for MIDI to params in Hise.
- Compile Script FX separately before exporting. This resulted in a VST3 crashing my DAW (Nuendo).
- Skip using Script FX and just use the RNBO thingy in a HardcodedMasterFX and keep the MIDI to param script. (had high hopes on this approach but same result)
When exporting there are no errors.
Saw some warning (C4804: '<' unsafe use of type 'bool' in opreation)
Maybe unrelated but IPP threw an error so I disabled it.
Hise 4.1.0. I'm on Windows 11. Please guide me.