RNBO Plugin Export Bug

Benjamin Zakharenko's icon

Hi there,

I'm trying to make a multisampled piano VST plugin with RNBO for a class I'm taking, with all the samples embedded. However, upon export the target export window seems to glitch out after a little bit. I receive no errors, but the export does not complete and I have to quit Max entirely to get the glitch to go away. I've attached a link to a screen recording of the issue, as well as the patch in question. Is there a specific reason this is happening, or does RNBO simply not support cloud compiling with embedding files of this magnitude?

Benjamin Zakharenko's icon

The link seems to not have attached properly, my apologies. Here should be the link.

Wil's icon

Actually you did receive an error

This happens after trying to build then closing and re-openning the patch

here is your fix

RNBO needs @patchername to find the file to load

there was no RNBO file (MultiSampler.rnbopat) in the folder so I made one

the RNBO patch and main patch should NOT be the same name so I made notcaps.rnbopat (multisampler.rnbopat) and called on that one

I don't have permission to your google drive so cannot share

Maja Karlsson's icon

I seem to be having the same problem. My export doesn't finish and when I reopen the patch the console says rnbo patches extension not found.

I have made sure that my rnbo patch and subpatches are saved as rnbopat.

Export log looks like this:

Starting Code Generation

Generating Objects

Compiling Patcher

Printing CPP Code

Packaging sample dependencies

Everything is in this folder if someone wants to take a look:

[edit] Exporting as Max External worked fine. The fact that export log's final row is about sample dependencies makes me wonder if the problem is the samples. They are in the project folder, but maybe it's an issue with file path stuff?