I know how to move around a subpatch, What if I have multiple versions of a subpatch that I want to move around the screen? Is there an easy way to do that?
So, for instance, you can open up a subpatch by do: |; pd-subpatch vis 1(
For an abstaction: |; pd-abstraction.pd vis 1(
For move around you can do:
|; vis 0, relocate 270x400+1+1 1x1+1200+20( to |s pd-subpatch|
But what if you have multiples of an abstraction? Can you do something similar with each but have each show up slightly differently?