Find the parent patcher
If I find myself confronted with error messages in the max Window when opening a project etc. :
Via the Show Object action it is possible to open the patch and marking the object that caused the error.
But if I need the parent patch of the currently open window in order to examine further how to open/find that?
If it's an abstraction at least I have the name of the abstraction, if its an unnamed subpatcher It only tells me that.
How to know waht is the parentpatcher?
I currently use a little js snippet containing
function bang(){this.patcher.parentpatcher.front()}
But that is cumbersome , especially if I need to traverse up further. Is there a better way to open th Parent Patch of the current patchwin and mybe even select the obj box?
Thanks, J