RNBO subpatcher parameters breaks automation

Uasmi Nasser's icon

Hi everyone,

I'm trying to figure out the issue with the parameters of the RNBO subpatchers always showing up and breaking the automation of the parameters from the main patch. I'm using a subpatcher for polyphony inside the main RNBO patch, something like this:

rnbo patcher
poly subpatcher

However, when I compile my JUCE plugin, there's always a "someparam" and "poly/someparam" parameters tied to a single Slider object, which are fighting with each other for automation values, thus, breaking the automation.

Am I missing something regarding this issue?