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

    I see the issue, the folders don't copy over. Clearly lots of files in subfolders is missing. I can manually create folders though cant drag files into those so it's not as if I can manually transfer everything. If the zip could be imported im sure that wold work but it says cant import binaries

    Failing at the first instruction here!

    jonnybela 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.

    If the file has a .zip extension, it should instead prompt you to create a new archive from it, assuming you have a relatively new (2022 or more recent ) version of Bela installed.

    That's what I was expecting. I have v0.3.7b installed

    oh, I see that's from 25 nov, 2019

    I just put 0.3.8h on it and it accepts the zip file now (without an error not finding RNBO.h)

    When I add the files exported form rnbo, do I drag all of the files on top of what I have just done? some have common names I think as in the rnbo folder, Do I drag files in but overwrite that rnbo folder?

    Under step 3 it suggests only to copy the rnbo main source file, is that the rnbo.shimmerev.cpp ? Only transfer that file?
    Plus the presets.json file from the max export?

      jonnybela is that the rnbo.shimmerev.cpp

      Maybe/probably:

      This would be called rnbo_source.cpp by default, but its name can be set in "Export name" in the rnbo export dialog to something else.

      So it depends on the value that "export name" is set to.