RNBO-Node compilation error: rnbo_wrapper.h
-
Hey there so i am currently compiling external C++ that i added via the RNBO template.
It gives me an error message on multiple JUCE versions and also on HISE 3.0 and 3.6
hi_dsp_library/node_api/nodes/rnbo_wrapper.h": No such file or directory
Any ideas why it is looking for this
.h
file? Is this usually needed for RNBO compilation? -
@Straticah said in RNBO-Node compilation error: rnbo_wrapper.h:
Hey there so i am currently compiling external C++ that i added via the RNBO template.
It gives me an error message on multiple JUCE versions and also on HISE 3.0 and 3.6
hi_dsp_library/node_api/nodes/rnbo_wrapper.h": No such file or directory
Any ideas why it is looking for this
.h
file? Is this usually needed for RNBO compilation?Look at this thread. It might help you.
https://forum.hise.audio/topic/8303/rnbo/13 -
@DabDab thank you, i already had a look at the thread before posting this
it seems to be something different...
it seems the issue was that my HISE version had old RNBO files.
loading rnbo_wrapper.h from github again solved this -