<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>When trying to build on Debian I get this errors:</p>
<p><br>
</p>
<p><br>
</p>
<p>''<br>
</p>
<p><br>
</p>
<p>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><br>
</p>
<p>''<br>
</p>
<pre class="moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="moz-cite-prefix">On 6/7/19 11:52 PM, Henri Augusto Bisognini wrote:<br>
</div>
<blockquote type="cite" cite="mid:CP2PR80MB03866B2E6254DE70BA64F8B8CC110@CP2PR80MB0386.lamprd80.prod.outlook.com">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style><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="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" moz-do-not-send="true">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="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="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">N�n�r����)em�h�yhiם�w^���</pre>
</blockquote>
</body>
</html>