Question about how to call real subpatches from patch/patcher objects


#1

Hey!

I have a main patch and in the main patch I have got a patch/patcher object. Inside this patch/patcher object Id like to have a real subpatch. BUT the subpatch inside the patch/patcher cannot be found by Axoloti. I use ./subpatchname to call for the subpatch.

Maybe it is cause the patch/patcher object havent got a reference on the harddisc, which results in Axoloti doesnt know where to look for the real subpatch?

Is this the right assumption?

Can I make the subpatch us main patch as reference?

I tried using ././subpatchname to call the subpatch

Any help appreciated :slight_smile: