<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<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);">
Sorry, it seems that i've uploaded the wrong "g_text.c" version to the kbd_nav branch. I should be fixed now.<br>
</div>
<div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</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> Lucas Cordiviola <lucarda27@hotmail.com><br>
<b>Enviado:</b> sábado, 8 de junho de 2019 01:10<br>
<b>Para:</b> Henri Augusto Bisognini; pd-dev@lists.iem.at<br>
<b>Assunto:</b> Re: [PD-dev] First complete keyboard navigation prototype</font>
<div> </div>
</div>
<div style="background-color:#FFFFFF">
<p style="margin-top: 0px; margin-bottom: 0px;">When trying to build on Debian I get this errors:</p>
<p style="margin-top: 0px; margin-bottom: 0px;"><br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;"><br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;">''<br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;"><br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;">g_text.c: In function ‘canvas_howputnew’:<br>
g_text.c:166:40: error: ‘struct _kbdnav’ has no member named ‘kn_navigating’<br>
             if ( x->gl_editor->e_kbdnav.kn_navigating && x->gl_editor->e_kbdnav.kn_ioindex > 0 ){<br>
                                        ^<br>
g_text.c: In function ‘canvas_obj’:<br>
g_text.c:237:41: error: ‘struct _kbdnav’ has no member named ‘kn_navigating’<br>
             if ( gl->gl_editor->e_kbdnav.kn_navigating && gl->gl_editor->e_kbdnav.kn_ioindex != 0 ){<br>
                                         ^<br>
g_text.c: At top level:<br>
cc1: warning: unrecognized command line option ‘-Wno-format-truncation’<br>
cc1: warning: unrecognized command line option ‘-Wno-stringop-truncation’<br>
cc1: warning: unrecognized command line option ‘-Wno-cast-function-type’</p>
<p style="margin-top: 0px; margin-bottom: 0px;"><br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;">''<br>
</p>
<pre class="x_moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="x_moz-cite-prefix">On 6/7/19 11:52 PM, Henri Augusto Bisognini wrote:<br>
</div>
<blockquote type="cite"><span>Hi!<br>
</span>
<div><br>
</div>
<div>I've finally managed to get time to finish a prototype for a keyboard navigation interface. I mixed some ideas i had with some I've seen in Desire Data's old screenshot gallery (<a class="x_moz-txt-link-freetext" href="http://artengine.ca/desiredata/">http://artengine.ca/desiredata/</a>).<br>
</div>
<div><br>
</div>
<div>I've recorded some gifs to demonstrate it. (<a href="https://imgur.com/gallery/WSB40P7" id="LPlnk281781">https://imgur.com/gallery/WSB40P7</a>). It shows me using the help patch (which i've put in 7.stuff/keyboard.navigation). You can read about which
 keys to use in the comments.<br>
</div>
<div><br>
</div>
<div>The source can be found on my GitHub, on the <i>kbd_nav branch</i> (<a class="x_moz-txt-link-freetext" href="https://github.com/HenriAugusto/pure-data/tree/kbd_nav">https://github.com/HenriAugusto/pure-data/tree/kbd_nav</a>)<br>
</div>
<div><br>
</div>
<div>Basically I've wanted to try:<br>
</div>
<div><br>
</div>
<div>- navigating through objects/inelts connection with ctrl+arrows (cmd+arrows on Mac)<br>
</div>
<div>- automatically positioning new objects according to selected inlet/outlet<br>
</div>
<div>- a console bar to send messages to the focused patch<br>
</div>
<div>- ability to display each object index (to be used with the functionalities below)<br>
</div>
<div>- a new "goto" canvas message to select any object in the patch<br>
</div>
<div>- a "magnetic connector" that connects the selected in/outlet to the nearest ins/outs<br>
</div>
<div>- a "digit connectors" that displays indexes 0 to 9 for the 10 nearest possible connections. Just press the number and it will connect it for you<br>
</div>
<div>- pd can automatically fill for you a "connect" message in the console containing the info for the selected inlet/outlet. It will even select for you the part you need to fill<br>
</div>
<div>- You can click objects with shift+enter. Mostly useful for sending bangs and opening subpatches/abstractions<br>
</div>
<div><br>
</div>
<div>Everything is intended to be as minimal as possible and very easy to use. I wish to propose we study including it in vanilla.<br>
</div>
<div><br>
</div>
<div>Well, what do you guys think?<br>
</div>
<div><br>
</div>
<div>This is my first time working on a project this big so help me out if i did anything incorrectly. I've been testing the major functions on Win for a while now but couldn't test on mac/linux.<br>
</div>
<div><br>
</div>
<div>Cheers,<br>
</div>
<div><span>Henri.</span></div>
<br>
<fieldset class="x_mimeAttachmentHeader"></fieldset>
<pre class="x_moz-quote-pre">N�n�r����)em�h�yhiם�w^���</pre>
</blockquote>
</div>
</div>
</body>
</html>