[PD] emulate mouse click with msg

2011-11-18 Thread Joe Newlin
I'm experimenting with dynamic patch creation and GEM and I would like to be able to send a draw line message to objects in thousands of subpatches. I came across this, which mentions sending a click message, apparently to coordinates within the subpatch:

Re: [PD] emulate mouse click with msg

2011-11-18 Thread Joe Newlin
Nevermind! The solution was obvious: create a receive object in each subpatch send the draw message to all of them at once after they are created. On Fri, Nov 18, 2011 at 1:20 AM, Joe Newlin jtnew...@gmail.com wrote: I'm experimenting with dynamic patch creation and GEM and I would like to be