<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Some objects not working]]></title><description><![CDATA[<p>Hello all,<br />
So, I had to get that new computer. Now I am transferring all my files and somethings are not working on the new computer. They might be in the zexy external.</p>
<p>Here are some that are not working:</p>
<p>s2l . . . what I want to do is count how many characters are in a symbol (word). So each character should be separated. It does not seem to be working any longer.</p>
<p>minmax<br />
date<br />
time</p>
<p>Any ideas? I would be very grateful.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 13:27:08 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/15855.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Apr 2026 02:47:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Some objects not working on Fri, 17 Apr 2026 02:47:45 GMT]]></title><description><![CDATA[<p>Hello all,<br />
So, I had to get that new computer. Now I am transferring all my files and somethings are not working on the new computer. They might be in the zexy external.</p>
<p>Here are some that are not working:</p>
<p>s2l . . . what I want to do is count how many characters are in a symbol (word). So each character should be separated. It does not seem to be working any longer.</p>
<p>minmax<br />
date<br />
time</p>
<p>Any ideas? I would be very grateful.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working</guid><dc:creator><![CDATA[raynovich]]></dc:creator><pubDate>Fri, 17 Apr 2026 02:47:45 GMT</pubDate></item><item><title><![CDATA[Reply to Some objects not working on Fri, 17 Apr 2026 02:56:34 GMT]]></title><description><![CDATA[<p>OK, I seemed to get it working by declaring the libraries used and not relying on the Preferences. Is that common? Am I doing something wrong?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/2</guid><dc:creator><![CDATA[raynovich]]></dc:creator><pubDate>Fri, 17 Apr 2026 02:56:34 GMT</pubDate></item><item><title><![CDATA[Reply to Some objects not working on Fri, 17 Apr 2026 03:39:14 GMT]]></title><description><![CDATA[<p>So, an update. I tried to delete zexy library and then re-upload it, but that does not seem to work.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/3</guid><dc:creator><![CDATA[raynovich]]></dc:creator><pubDate>Fri, 17 Apr 2026 03:39:14 GMT</pubDate></item><item><title><![CDATA[Reply to Some objects not working on Sat, 18 Apr 2026 10:19:57 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/raynovich">@raynovich</a> You are not doing anything wrong.<br />
Some external libraries are individual binaries for each external, so putting the path in preferences allows Pd to find them by name as they are created in the patch.</p>
<p>But zexy and some others are a single binary containing all the externals.  Only the help files are separate and can be found by name.<br />
That means that the whole library needs to be loaded into memory as Pd starts..... and that is what happens using the -lib flag at startup.<br />
The library can be loaded instead just for your patch using [declare].<br />
That means that all the externals are available for Pd in exactly the same manner as all standard objects are available because those are part of the Pd binary itself.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 18 Apr 2026 10:19:57 GMT</pubDate></item><item><title><![CDATA[Reply to Some objects not working on Sun, 19 Apr 2026 19:55:41 GMT]]></title><description><![CDATA[<p>Thank you. I am grateful for your prompt responses.</p>
<p>So, I had a problem a few years back that you or someone else resolved. I am not sure why it has crept back in.</p>
<p>gain~ from the else library needs to be saved everytime I close the program. There was something I needed to do so that did not happen. I am sorry I forgot.</p>
<p>Also, oddly, most of my patches are taking a LONG TIME to close when I close the main window. I am not sure what happened. To give some background, my last computer is a 2018 mac and the patches close at reasonably quickly, now it seems like there is almost a freezing. I am now on a 2025 mac.</p>
<p>iemguts cannot seem to load. I believe I added the library. But when I reopen pd, the Pd window states:  can't load library.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/5</guid><dc:creator><![CDATA[raynovich]]></dc:creator><pubDate>Sun, 19 Apr 2026 19:55:41 GMT</pubDate></item><item><title><![CDATA[Reply to Some objects not working on Tue, 21 Apr 2026 19:18:19 GMT]]></title><description><![CDATA[<p>OK, so, I may have identified part of the problem, if not the root of the problem. I was using an older version of the else library. The new else's gain~ has a new set of objects that I believe takes a lot of CPU to run.</p>
<p>The original version was working. What is the best practice when something like this occurs?</p>
<p>The object that I think is creating the issue is: pd learn/forget</p>
<p>Do I make my own gain~ object?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/6</guid><dc:creator><![CDATA[raynovich]]></dc:creator><pubDate>Tue, 21 Apr 2026 19:18:19 GMT</pubDate></item><item><title><![CDATA[Reply to Some objects not working on Wed, 22 Apr 2026 05:34:06 GMT]]></title><description><![CDATA[<p>gain is just a multiplication of a signal with some constant value in digital audio.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/7</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Wed, 22 Apr 2026 05:34:06 GMT</pubDate></item><item><title><![CDATA[Reply to Some objects not working on Thu, 23 Apr 2026 21:53:59 GMT]]></title><description><![CDATA[<p>The newer version also has something tied to &quot;remembering&quot; and/or keystrokes thought too, which is the problem.</p>
<p>I took out the learn/forget object and it works like it used to.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/8</guid><dc:creator><![CDATA[raynovich]]></dc:creator><pubDate>Thu, 23 Apr 2026 21:53:59 GMT</pubDate></item><item><title><![CDATA[Reply to Some objects not working on Tue, 26 May 2026 18:44:28 GMT]]></title><description><![CDATA[<p>Any help with iemguts? Do others have problems with that library too? renamed the library to iemguts_old, then downloaded it again. Still states it cannot be loaded.</p>
<p>But the objects seemed to work. <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/question.png" title="???" alt="???" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/9</guid><dc:creator><![CDATA[raynovich]]></dc:creator><pubDate>Tue, 26 May 2026 18:44:28 GMT</pubDate></item><item><title><![CDATA[Reply to Some objects not working on Wed, 27 May 2026 05:38:06 GMT]]></title><description><![CDATA[<p>If I'm not mistaken, iemguts is a collection of objects and doesn't come as a signle binary, which means that you only need to set its path to Pd's search paths. If you have it in your externals directory, which in turn is in Pd's search paths, then you can load an object with the library name prepended, like this: <code>[iemguts/oreceive]</code>.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15855/some-objects-not-working/10</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Wed, 27 May 2026 05:38:06 GMT</pubDate></item></channel></rss>