multiple pattrstorage objects and bpatcher instances
Hello,
in the context of pattrstorage is it possible to subscribe to objects in a bpatcher?
I need several pattrstorage objects in the main patch (red/orange/blue) and I also need several instances of bpatchers (grey) in order to interpolate between different presets for separate groups of objects (abc uvw ... ).
It is unclear to me:
a) What is the syntax for "subscribe ?????" to subscribe to the different number objects in the bpatcher instances? Or is this totally the wrong way to go? Do I need pattrhub instead of pattrstorage in the bpatchers?
b) Why do the scripting names of both bpatcher instances show up in the client windows of the red and orange pattrstorages although they are not subscribed? And does this mean these pattrstorages affect the bpatchers somehow?

Thank you Raja, for taking a look. I think I understand now why it didn't work when I tried :: syntax. I used the pattrstorage name instead of the bpatcher scripting name.