<html><head></head><body>Thanks for the kind responses to my question.<br><br>Hi Matt,<br>thanks for your instructions they have been highly useful.<br>But it is really wired!!!<br>I discovered that I actually already had:<br>loadlib 14 &nbsp;&nbsp;  REG_SZ&nbsp;&nbsp;  oscx<br>loadlib 31 &nbsp;&nbsp;  REG_SZ&nbsp;&nbsp; deprecated<br>nevertheless I cannot create osc objects without importing [import oscx] beforehand. And I cannot create [range] although it is in the deprecated lib.<br>Path I have only one at the moment:<br>path 1&nbsp;&nbsp;  REG_EXPAND_SZ&nbsp;&nbsp;  %SystemRoot%/Fonts<br>Really strange, any ideas?<br><br>Marko<br><br><table width="100%"><tbody><tr><td bgcolor="blue" width="5">&nbsp;</td><td><div>If you're brave enough to mess with the registry, </div>
<div>&nbsp;</div>
<div>-go to "Run" in your start menu for Windoze, type regedit in the box and hit OK.</div>
<div>&nbsp;</div>
<div>- Then go to "My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Pd" in the folder tree on the left.</div>
<div>&nbsp;</div>
<div>- If you look in the&nbsp;window to the right, you'll notice that the "loadlib#" entries and "path#" entries are what libs and paths are currently set up.&nbsp; See if your folders and libraries are listed.&nbsp; 
</div>
<div>&nbsp;</div>
<div>If you want to add any libs or paths, </div>
<div>&nbsp;</div>
<div>- Look for the highest numbered&nbsp;loadlib#, </div>
<div>- right click anywhere except for on the name of the registry entry,&nbsp;and </div>
<div>- add a sequential loadlib entry (if the highest is "loadlib10" then the first one to add is "loadlib11").&nbsp; </div>
<div>- You can then double click on the name that you just added and enter the lib name in the Value data section and hit OK.&nbsp; Don't edit Binary Data, unless you speak Binary fluently.</div>
<div>- Do the same for adding a path. &nbsp;Follow the format that is there, with / instead of the \ that you normally see&nbsp;in the Explorer address window.&nbsp; </div>
<div>- Add as many libs and paths as you like.</div>
<div>- When you are done, look for the "npath" and "nloadlib" and&nbsp;change&nbsp;the number to reflect how ever many paths or libs you have now, so that&nbsp;the registry will send all of your entries.&nbsp; Otherwise it will cut short.
</div>
<div>- Go to "File" and hit "Export" to save your new registry.&nbsp; Save as something different from the pd-settings registry file already there, so that you don't overwrite it.&nbsp; Then close the registry.
</div>
<div>- Start pd and see if it worked.&nbsp; It should, if you didn't mess with anything else.</div>
<div>&nbsp;</div>
<div>I hope this isn't confusing.&nbsp; </div>
<div><br>Matt</div>
<div><br>&nbsp;</div>
<div><span>On 1/18/08, <b>Hans-Christoph Steiner</b> &lt;<a href="mailto:hans@eds.org">hans@eds.org</a>&gt; wrote:</span>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><br>[range] was just a copy of maxlib's [scale] with the name changed.&nbsp;&nbsp;I<br>did it a long time ago to deal with the name clash with Gem's scale.
<br>Now you can do [maxlib/scale] so it's unneeded, so I stuck it into<br>[deprecated].<br><br>I should have documented it.&nbsp;&nbsp;I think that we should figure out a<br>good mechanism for deprecation and use it.&nbsp;&nbsp;There is a lot of old
<br>kludges that should be deprecated.<br><br>On my install of Pd-0.39.3-extended on Windows, range is showing up<br>in flatspace also.&nbsp;&nbsp;Plus the 'oscx' and 'deprecated' libs are loaded<br>by default.&nbsp;&nbsp;It sounds like the settings aren't setup.&nbsp;&nbsp;Try running
<br>pd-settings.reg again.<br><br>.hc<br><br>On Jan 18, 2008, at 5:26 AM, Roman Haefeli wrote:<br><br>&gt; hans<br>&gt;<br>&gt; i just found an 'original' version of maxlib (from olafs site from<br>&gt; 2005)<br>&gt; and it this time, [range] wasn't part of it.
<br>&gt; sorry for accusing you to (re)move parts of libraries.<br>&gt;<br>&gt; marko<br>&gt;<br>&gt; i checked again the pd-extended-0.39.3 release and i found [range] in<br>&gt; extra/deprecated. you could put an [import deprecated] to your
<br>&gt; mainpatch, so that [range] can be instantiated.<br>&gt;<br>&gt; roman<br>&gt;<br>&gt;<br>&gt;<br>&gt; On Fri, 2008-01-18 at 10:50 +0100, Marko Timlin wrote:<br>&gt;&gt; hi hans,<br>&gt;&gt; well, in my case I installed 
Pd-0.39.3-extended and afterwards I<br>&gt;&gt; double clicked pd-settings, but oscx is not loaded by default.<br>&gt;&gt; any ideas why? could this be a bug?<br>&gt;&gt; has anybody else had the same problem on windows xp?
<br>&gt;&gt;<br>&gt;&gt; about [range]:<br>&gt;&gt; I used that object in a lot of patches, where it is often hidden<br>&gt;&gt; und used in several subpatches, so it would be a hell lot of a<br>&gt;&gt; work to find and replace it now in every patch by the [maxlib/
<br>&gt;&gt; scale] object.<br>&gt;&gt; how could I avoid that procedure and use [range] like I used in it<br>&gt;&gt; Pd-0.39.2-extended-rc3?<br>&gt;&gt;<br>&gt;&gt; thanks,<br>&gt;&gt; m.t.<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; oscx should be loaded by default in 
Pd-0.39.3-extended as long as you<br>&gt;&gt; have the default preferences that were installed by the installer.<br>&gt;&gt; Otherwise, you can add an [import oscx] to your patch, or prefix<br>&gt;&gt; those objects with "oscx/" like this:
<br>&gt;&gt;<br>&gt;&gt; [oscx/sendOSC]<br>&gt;&gt; [oscx/dumpOSC]<br>&gt;&gt;<br>&gt;&gt; [range] is most likely the old link to maxlib scale, so you can<br>&gt;&gt; replace [range] with [maxlib/scale].<br>&gt;&gt;<br>&gt;&gt; .hc
<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; On Jan 17, 2008, at 8:03 AM, IOhannes m zmoelnig wrote:<br>&gt;&gt;<br>&gt;&gt;&gt; Marko Timlin wrote:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; Hi Iohannes, hi list members,
<br>&gt;&gt;&gt;&gt; as I worked on that patch for more than half a year I wouldn't<br>&gt;&gt;&gt;&gt; like to change it now. It has a lot of subpatches etc.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; valid argument.<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;&gt; So how could I add the C:\Programme\pd\extra\oscx patch so that Pd<br>&gt;&gt;&gt;&gt; autoloads it every time? The PD Patch menu seems to be full.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; might be able to add it in one of the existing lines by using the
<br>&gt;&gt;&gt; colon:<br>&gt;&gt;&gt; "/existing/path:/path/to/oscx"<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; in Pd-extended you might also add it to the libraries.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; i am no expert in this fields (neither pd-extended nor xp), so you
<br>&gt;&gt;&gt; probably want to save your pdsettings (in the registry) before<br>&gt;&gt;&gt; doing that.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; And: How can I make sure that PD loads all the available patchs????
<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; i am sure that you don't want to do that.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; if you just want to check whether all the objects have been found<br>&gt;&gt;&gt; correctly, you should have a look at the pdconsole output after
<br>&gt;&gt;&gt; loading<br>&gt;&gt;&gt; and look out for "could not create" lines.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; fgmadsr<br>&gt;&gt;&gt; IOhannes<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; _______________________________________________
<br>&gt;&gt;&gt; <a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list<br>&gt;&gt;&gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/">http://lists.puredata.info/</a><br>&gt;&gt;&gt; listinfo/pd-list
<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ---------------------------------------------------------------------<br>&gt;&gt; ---<br>&gt;&gt; ----<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;¡El pueblo unido jamás será vencido!
<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; <a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list<br>&gt;&gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/">
http://lists.puredata.info/</a><br>&gt;&gt; listinfo/pd-list<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; ___________________________________________________________<br>&gt; Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo!
<br>&gt; Mail: <a href="http://mail.yahoo.de">http://mail.yahoo.de</a><br><br><br><br>------------------------------------------------------------------------<br>----<br><br>Man has survived hitherto because he was too ignorant to know how to
<br>realize his wishes.&nbsp;&nbsp;Now that he can realize them, he must either<br>change them, or perish.&nbsp;&nbsp;&nbsp;&nbsp;-William Carlos Williams<br><br><br><br>_______________________________________________<br><a href="mailto:PD-list@iem.at">
PD-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br></blockquote></div><br>
</td></tr></tbody></table></body></html>