<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)">
I forgot to say one important thing that i must make clear heh :p<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've suggested a "conn" ecause there is already a "connect" selector which is the one used internally by PD.</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)">
ex: to connect the 1st outlet of the 10th to the 2nd inlet of the 13th object you would send it "connect 10 0 13 1"</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 thinking about another more flexible syntax because only being able to create a single connection per message might get cumbersome if you need to connect a lot of stuff. We could have something like:</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<blockquote style="border-color: rgb(200, 200, 200); border-left: 3px solid rgb(200, 200, 200); padding-left: 1ex; margin-left: 0.8ex; color: rgb(102, 102, 102);">
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<b>conn 10,11,12/1,2   30/2   >   5/1   33/2</b><br>
</div>
</blockquote>
<div><br>
</div>
<div>Which would mean: <br>
</div>
<div><br>
</div>
<div>create connections from:</div>
<div>
<ul>
<li>1st and 2nd outlets of objects #10,11,12</li><li>2nd outlet of object #30</li></ul>
and connect each of those outlets to:</div>
<div>
<ul>
<li>1st inlet of object #5</li><li>2nd inlet of object #33</li></ul>
</div>
<div>What you think? hmm</div>
<div><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)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>De:</b> José de Abreu <abreubacelar@gmail.com><br>
<b>Enviado:</b> segunda-feira, 3 de dezembro de 2018 09:37<br>
<b>Para:</b> Henri Augusto Bisognini<br>
<b>Assunto:</b> Re: [PD] Keyboard patching</font>
<div class="x_m_6971849261691861035PlainText">  </div>
</div>
<div>
<div class="x_gmail_quote">
<blockquote class="x_gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr">
<div class="x_m_6971849261691861035BodyFragment"><font size="2"><span style="font-size:11pt"></span></font></div>
</div>
</blockquote>
</div>
<div><br>
</div>
<div>just a suggestion:</div>
<div><br>
</div>
<div class="x_gmail_quote">
<blockquote class="x_gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr">
<div class="x_m_6971849261691861035BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="x_m_6971849261691861035PlainText">
<div><br>
</div>
<div>    conn 10-3 -> 23-1<br>
</div>
</div>
</span></font></div>
</div>
</blockquote>
</div>
<div><br>
</div>
<div class="x_gmail_quote">
<blockquote class="x_gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr">
<div class="x_m_6971849261691861035BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="x_m_6971849261691861035PlainText">
<div></div>
</div>
</span></font></div>
</div>
</blockquote>
</div>
<div>it would be faster to type like this </div>
<div><br>
</div>
<div>conn 10 3 23 1</div>
<div><br>
</div>
<div>the user only has to know the meaning of each argument, and this is also how it is done in the .pd file too </div>
<br>
</div>
</body>
</html>