Using multiple RNBO patches in JUCE template

Tom Holland's icon

Hello, I'm trying to set up the JUCE audio plugin template here:
https://github.com/cycling74/rnbo.example.juce

and have run into some issues. I'd like to use multiple RNBO patches to the JUCE project so that they can all be used to process audio, but the example only shows doing so for one RNBO patch. How do I include multiple patches in the project and process audio through them? Should I even have used the example and instead started with a fresh JUCE project and imported the RNBO patches to that?