<div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
<br>
</div>You can make your own object category menu using the attached category_menu plugin.  Edit menutree.tcl to customize your layout.  You can find out more about what you can do with plugins here:<br>
<a href="http://puredata.info/docs/guiplugins" target="_blank">http://puredata.info/docs/guiplugins</a><br>

<br><br>
&gt; 2. also read about key bindings-VERY interested in this as i have some RSI issues and shortcuts would be helpful for common tasks.<br>
<br>
You can just put the &quot;bind&quot; statements into a text file, name it mybindings-plugin.tcl.  Read thru Pd-extended.app/Contents/Resources/tcl/pd_bindings.tcl (inside the app) to see the default bindings.  There is an experimental &#39;quick bindings&#39; plugin which lets you do more, but its rough.<br>

<br>
<br>
using a tiny tiny bit of programming in a plugin, you can do a ton of customization.  Here&#39;s some example plugins:<br></blockquote><div><br></div><div>thanks a bunch for these Hans-Christoph! i&#39;ve been looking at the tcl pd_bindings file a bit earlier today. <span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">seems relatively straightforward to bind a key to an object, although which objects can be selected and their exact assumed path seems fuzzy to me. </span></div>
<div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">for example &#39;bng&#39; in the tcl file (Bang) is listed as &#39;bng.pd_darwin&#39; in pd-extended.app/Contents/Resources/extra/vanilla folder. is this the object folder referred to by pd_bindings.tcl? more importantly, if i wanted to create my own key binding to say, a cyclone library object like biquad~, is the search path universal so that the app looks for a file called &#39;biquad~.pd_darwin&#39; in whatever folder it needs?</span></div>
<div><br></div><div><font class="Apple-style-span" color="#222222" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse:collapse">as for the context menu, i would be defining both the category and individual elements in menutree.tcl myself, right? so i define categories like &#39;timing&#39; &#39;math&#39; and so on, and &#39;a1 b2&#39;, etc becomes</span></font> the named PD objects like &#39;counter line&#39;. and we assume PD will search for them in the same manner as the key bindings?</div>
<div><br></div><div>i like the idea of creating a local PD folder to put scripts in so that updates don&#39;t overwrite the scripts. makes updating both convenient and more stable, though of course the GUI scripts themselves may need to be altered to accomodate future changes.</div>
<div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Its more alpha/beta than experimental.  It should be ready for real work but I am sure people will still find bugs.<br></blockquote><div><br></div><div>although it&#39;s early, i&#39;m quite happy so far with what&#39;s already being done with PD-extended, i think it&#39;s looking quite good and it&#39;s nice to know i can get a certain amount of object similarity with Max/MSP. thanks to you and rest of the developers for your hard work! i think PD is really growing up in terms of user-friendliness.</div>
<div><br></div><div>scott</div><div><br></div></div>