<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;">Hi!</span><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I'm going to writing some ideas on intelligent patching, just to bring some discussion</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<ol>
<li>It IS a dream come true!</li><li>Prior to pd 0.49 if you have some objects selected and then select a connection, the objects are automatically deselected. Now if you have objects selected and you click a connection the connection is added to the selection. In PD (and usually in general)
 when you want to add to a selection you need to hold shift. Maybe it's a good idea to have to shift+click a connection to add it to the selection.<br>
         Right now i keep accidentally deleting objects because i'm used to the shift+select stuff in programs so i forget now a simple click in a connection will keep what was already selected. But                 nothing to worry about because now i can just
 ctrl+z my way back! :)</li><li><span style=" font-size: 16px; text-align: start; background-color: rgb(255, 255, 255); display: inline !important">An enchancement idea for the fan out. Currently the fan out (when you select multiple destination objects and connect a single object to
 one of them) the connections are made according to the creation order of the objects (that becomes evident when you triggerize). Maybe PD could do it in right-to-left order.</span></li><li>While he have a fan-in from multiple-to-one i imagine a one-to-one fan in also being handy :)<br>
        (example: connect all the outlets of a [route A B C D E F G] to a [list]'s inlet. )</li><li>When using the "triggerize" the [t] objects appears with some offset to the left of the object being "triggerized".<br style=" font-size: 16px; text-align: start; background-color: rgb(255, 255, 255)">
         For what i've seen in the code the [t] object is created by reading <b>obj->te_xpix;
</b>and <b style=" font-size: 16px; background-color: rgb(255, 255, 255)">obj->te_ypix;<br>
</b>         Maybe this is an issue with positions reported by the windows manager?<br>
         I've measured and the [t] object is created 10 pixels to the left. The window border is just 7 pixels but Win7 does apply some shadows around the window
<br>
         that might account for that 3 pixels difference. But it's just an guess.</li></ol>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Cheers</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Henri.</div>
</body>
</html>