Is this template specific to a RNBO version? Or are there any RNBO specific files that need updating to keep using the template?
I was using this no problems for a couple of years, and have a finished version of the project, ready to build, which I can still build in CMake. I had to update the files in thirdparty/juce for the old version to build (it worked fine previously and I had to update these files for the build to work).
However, when I then try a new export of the RNBO patch and build again using a new RNBO patch (same patch, just new export), line 31 of cmakelists.txt returns an error when I try to compile in CMake
this line:
rnbo_write_description_header_if_exists(${RNBO_DESCRIPTION_FILE} ${DESCRIPTION_INCLUDE_DIR} ${RNBO_PRESETS_FILE})
I've been down a bit of a rabbit hole with the problem, but I notice there are differences in the content of the scripts in the 'export' folder when generating the same patch 12 months apart. I'm using university computers so I don't control the updates, but it seems like it's something to do with the patch being exported with a newer version of RNBO, and various scripts in the template expecting an older version.
Sorry of this is a bit of a vague question, but perhaps if it makes sense to anyone they can offer advice, which would be greatly appreciated.
Is this template specific to a RNBO version? Or are there any RNBO specific files that need updating to keep using the template?
I was using this no problems for a couple of years, and have a finished version of the project, ready to build, which I can still build in CMake. I had to update the files in thirdparty/juce for the old version to build (it worked fine previously and I had to update these files for the build to work).
However, when I then try a new export of the RNBO patch and build again using a new RNBO patch (same patch, just new export), line 31 of cmakelists.txt returns an error when I try to compile in CMake
this line:
rnbo_write_description_header_if_exists(${RNBO_DESCRIPTION_FILE} ${DESCRIPTION_INCLUDE_DIR} ${RNBO_PRESETS_FILE})
I've been down a bit of a rabbit hole with the problem, but I notice there are differences in the content of the scripts in the 'export' folder when generating the same patch 12 months apart. I'm using university computers so I don't control the updates, but it seems like it's something to do with the patch being exported with a newer version of RNBO, and various scripts in the template expecting an older version.
Sorry of this is a bit of a vague question, but perhaps if it makes sense to anyone they can offer advice, which would be greatly appreciated.