Hi there!
I was trying to build a simple patch (arrayleakagesubpatch.pd attached) with some visible controllers, and an array that should only be visible when you open this patch. I am using Pd 0.39-2. I placed a bang within the red square defined in the graph-on-parent properties and the array outside this area. I assumed it would work just like other controllers (bangs, sliders), but apparently the information on the array leaks to the parent patch (see arrayleakage.pd attached), whereas other controllers (e.g. a bang) don't leak. I am not sure if this is a bug or a feature, so any comments are appreciated!
The only way I found to prevent this leakage was to remove the graph-on-parent property of the array (inside arrayleakagesubpatch.pd), but I really wanted to be able to see its contents when I open this file. I tried to push the array to a subsubpatch (so that the array would still be visible on arrayleakagesubpatch.pd), but it leaks to the parent anyway.
Any comments welcome! Thanks in advance!
Marcelo