hi<br><br>I was trying with [iem_event], <br>and it was working, but now I got an error<br><br>error: ivnt: no method for &#39;move_x_y&#39;, <br>(see atached patch)<br><br>also, it cant find the help patch for ivnt.pd, <br>
and I had to open the file from the pd patch to figure how it works<br><br>now I&#39;m gonna try with gridflow, but I would prefer to work with built-in externals from pd-extended<br><br>thanks<br>Ariane<br><br><div class="gmail_quote">
2010/8/16 Mathieu Bouchard <span dir="ltr">&lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Mon, 16 Aug 2010, Ariane stolfi wrote:<br>
<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
as I can see it can be done with mouse coordinates, but it would be nicer if it was something that could be dragable. I want to make one object to play each chord when the mouse is over, and to be able to select one scale for each music by placing the objects together<br>

can I use [iem_event] or [gf/mouse_spy] to do that?<br>
</blockquote>
<br></div>
[gf/mouse_spy] also will reports clicks and unclicks, and you can process that with [#mouse] to give you a simple drag-and-drop mechanism, but at the same time, it won&#39;t prevent pd&#39;s own interpretation of mouse clicks in a canvas.<br>

<br>
with [#see] you can display a picture in a patch and get the same output as [gf/mouse_spy] clipped and translated to the rectangle of the picture. (mouse over top left corner of the picture will give 0 0 regardless of the position of the picture in the patch).<div>
<div></div><div class="h5"><br>
<br>
 _ _ __ ___ _____ ________ _____________ _____________________ ...<br>
| Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801</div></div></blockquote></div><br>