<?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[FFTease in Ubuntu 64bit not working]]></title><description><![CDATA[<p>Hello,<br />
i can't manage to use the* FFtease library* with my <em>Pd-extended 0.43.4</em> on <em>Ubuntu 14.04 64-bit</em>.<br />
I downloaded the library, extracted it and added the new path in 'edit &gt; preferences' but it always says <em>&quot;burrow~ ( ect...) couldn't create ...&quot;</em></p>
<p>Is this a known issue? How can I make it work?<br />
Thank you</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 11:59:52 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/8625.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Sep 2014 16:19:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FFTease in Ubuntu 64bit not working on Fri, 12 Sep 2014 16:19:00 GMT]]></title><description><![CDATA[<p>Hello,<br />
i can't manage to use the* FFtease library* with my <em>Pd-extended 0.43.4</em> on <em>Ubuntu 14.04 64-bit</em>.<br />
I downloaded the library, extracted it and added the new path in 'edit &gt; preferences' but it always says <em>&quot;burrow~ ( ect...) couldn't create ...&quot;</em></p>
<p>Is this a known issue? How can I make it work?<br />
Thank you</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working</guid><dc:creator><![CDATA[lacuna]]></dc:creator><pubDate>Fri, 12 Sep 2014 16:19:00 GMT</pubDate></item><item><title><![CDATA[Reply to FFTease in Ubuntu 64bit not working on Fri, 12 Sep 2014 16:52:19 GMT]]></title><description><![CDATA[<p>I was having the same problem, but I think I managed to solve it now:</p>
<p>Download the fftease library via the terminal:</p>
<p><code>$ sudo add-apt-repository ppa:eighthave/libdirs</code><br />
<code>$ sudo apt-get update</code><br />
<code>$ sudo apt-get install pd-fftease</code></p>
<p>This library will be installed to /usr/lib/pd/extra/fftease. Now fire pd-extended, go to edit, preferences and then make a new path with that folder. Restart pd and all should be working fine.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working/2</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Fri, 12 Sep 2014 16:52:19 GMT</pubDate></item><item><title><![CDATA[Reply to FFTease in Ubuntu 64bit not working on Fri, 12 Sep 2014 17:14:46 GMT]]></title><description><![CDATA[<p>Thank you for your answer</p>
<blockquote>
<p>Download the fftease library via the terminal:</p>
<p><code>$ sudo add-apt-repository ppa:eighthave/libdirs</code></p>
</blockquote>
<p>well, that's strange! Why do I have to install it? What's that untrusted repository? Do you know and trust in it?<br />
Is there no other way to make it work?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working/3</guid><dc:creator><![CDATA[lacuna]]></dc:creator><pubDate>Fri, 12 Sep 2014 17:14:46 GMT</pubDate></item><item><title><![CDATA[Reply to FFTease in Ubuntu 64bit not working on Fri, 12 Sep 2014 17:43:38 GMT]]></title><description><![CDATA[<p>Hi, sorry for not adding more information before, particularly about an untrusted repository. The link to this repository can be found in the official Pure Data website: <a href="http://puredata.info/docs/faq/debian" rel="nofollow">http://puredata.info/docs/faq/debian</a></p>
<p>It says there:</p>
<p>&quot;Getting Individual Libraries<br />
It is also possible to get individually packaged libraries that are included in the official repos, but built for older releases. These packages are in the eighthave/libdirs PPA on <a href="http://launchpad.net" rel="nofollow">launchpad.net</a>. Some of the packages go back as far as Ubuntu/karmic 09.10.&quot;</p>
<p>I decided to give it a go after I found a message on the PD-list about someone having compiled a 64-bit version of FFTease and added to that repository: <a href="http://lists.puredata.info/pipermail/pd-list/2012-10/098211.html" rel="nofollow">http://lists.puredata.info/pipermail/pd-list/2012-10/098211.html</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working/4</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Fri, 12 Sep 2014 17:43:38 GMT</pubDate></item><item><title><![CDATA[Reply to FFTease in Ubuntu 64bit not working on Sat, 13 Sep 2014 01:00:16 GMT]]></title><description><![CDATA[<p>Your answer gave me the cue: There is a package called pd-fftease already in the Ubuntu-Repository!<br />
So without adding any repository just doing the following:</p>
<blockquote>
<p><code>$ sudo apt-get install pd-fftease</code></p>
<p>This library will be installed to /usr/lib/pd/extra/fftease. Now fire pd-extended, go to edit, preferences and then make a new path with that folder. Restart pd and all should be working fine.</p>
</blockquote>
<p>Yes! Thank you very much</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working/5</guid><dc:creator><![CDATA[lacuna]]></dc:creator><pubDate>Sat, 13 Sep 2014 01:00:16 GMT</pubDate></item><item><title><![CDATA[Reply to FFTease in Ubuntu 64bit not working on Sat, 13 Sep 2014 09:57:31 GMT]]></title><description><![CDATA[<p>Great to hear it worked out!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8625/fftease-in-ubuntu-64bit-not-working/6</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Sat, 13 Sep 2014 09:57:31 GMT</pubDate></item></channel></rss>