Hi All, I have just started to get around to setting up Bela and wanted to build a max rnbo patch according to the example page here https://learn.bela.io/using-bela/languages/rnbo/
I download zip file as mentioned https://github.com/giuliomoro/rnbo.example.bela. If I drag that to bela I get an error saying cant open binaries. So I unzip and drag the included files into a new project. That seems to work, I get the RNBO.h file not found error but apparently not an issue
I then export c code of the rnbo object in the Rnbo-SimmeRev patch that is in the guitar pedal effect package of max. This generates several files, notably
dependencies.json
description.json
presets.json
rnbo folder (contains various stuff)
rnbo.shimmerev.cpp
I drag all these to bela, they are now in addition to the files I put in earlier from the repo
When I build and run I get error RNBO_Common.h not found and it just stops there.
I cant find anything on a google search for anyone discussing what these files are RNBO.h or RNBO_Common.h
Any ideas? Was hoping to get this reverb patch into the hardware as it will be excellent base to build out new applications from
I