Hello all
Im trying to make a graph-on-parent object style tracker interface and i want to use multiple copies. This makes it hard to hack pd to do mouse clicks inside of the tracker with a [send pd], even when i name the canvases separately with a
[ namecanvas $0-tracker-blah ]. Is there some way that the canvas can tell that ive clicked inside of it so that I can let the tracker sort of "select" whichever one is being clicked in?
Thank you