<?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[Serious help with hardware external]]></title><description><![CDATA[<p>hi ...</p>
<p>im trying to get an external working that will encode gates signals from a digital audio stream. this is for controlling synths and drums and other analog modular gear.</p>
<p>its described on this page: <a href="http://www.expert-sleepers.co.uk/es5.html" rel="nofollow">http://www.expert-sleepers.co.uk/es5.html</a></p>
<p>there is already a max version and a pd version that works on mac/win, but sadly i cant get it to work in linux. this is not my code but from andrew from expert sleepers.</p>
<p>i can compile the code with the included makefile without errors. i then installed es5encoder~.pd_linux in my pd-externals folder. do i also need to install main.o somewhere?</p>
<p>i then can instantiate [es5encoder~] but when i run it it crashes pd as soon as it is connected to a dac~. i suspect there is something missing in the makefile.</p>
<p>im including the source and makefile in a zip. can somebody with more experience PLEASE look at the makefile and see if everything important is included. i really have no clue.</p>
<p>any help is greatly appreciated!</p>
<p>florian from berlin</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/es5encoder~.zip" rel="nofollow">http://www.pdpatchrepo.info/hurleur/es5encoder~.zip</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 20:01:44 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/8381.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 May 2014 12:11:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Serious help with hardware external on Thu, 29 May 2014 12:11:20 GMT]]></title><description><![CDATA[<p>hi ...</p>
<p>im trying to get an external working that will encode gates signals from a digital audio stream. this is for controlling synths and drums and other analog modular gear.</p>
<p>its described on this page: <a href="http://www.expert-sleepers.co.uk/es5.html" rel="nofollow">http://www.expert-sleepers.co.uk/es5.html</a></p>
<p>there is already a max version and a pd version that works on mac/win, but sadly i cant get it to work in linux. this is not my code but from andrew from expert sleepers.</p>
<p>i can compile the code with the included makefile without errors. i then installed es5encoder~.pd_linux in my pd-externals folder. do i also need to install main.o somewhere?</p>
<p>i then can instantiate [es5encoder~] but when i run it it crashes pd as soon as it is connected to a dac~. i suspect there is something missing in the makefile.</p>
<p>im including the source and makefile in a zip. can somebody with more experience PLEASE look at the makefile and see if everything important is included. i really have no clue.</p>
<p>any help is greatly appreciated!</p>
<p>florian from berlin</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/es5encoder~.zip" rel="nofollow">http://www.pdpatchrepo.info/hurleur/es5encoder~.zip</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external</guid><dc:creator><![CDATA[lilakmonoke]]></dc:creator><pubDate>Thu, 29 May 2014 12:11:20 GMT</pubDate></item><item><title><![CDATA[Reply to Serious help with hardware external on Thu, 29 May 2014 20:41:00 GMT]]></title><description><![CDATA[<p>nobody is building externals in linux here?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/2</guid><dc:creator><![CDATA[lilakmonoke]]></dc:creator><pubDate>Thu, 29 May 2014 20:41:00 GMT</pubDate></item><item><title><![CDATA[Reply to Serious help with hardware external on Sun, 01 Jun 2014 05:45:53 GMT]]></title><description><![CDATA[<p>what do i need to include in the makefile if i compile c++ for a pd-external on a linux machine? somebody please point me to some info, i cant find anything about it. is there an example for a makefile somewhere? thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/3</guid><dc:creator><![CDATA[lilakmonoke]]></dc:creator><pubDate>Sun, 01 Jun 2014 05:45:53 GMT</pubDate></item><item><title><![CDATA[Reply to Serious help with hardware external on Mon, 02 Jun 2014 13:19:52 GMT]]></title><description><![CDATA[<p>have you tried the template provided here:<br />
<a href="http://puredata.info/docs/developer/MakefileTemplate" rel="nofollow">http://puredata.info/docs/developer/MakefileTemplate</a><br />
or more precisely:<br />
<a href="https://svn.code.sf.net/p/pure-data/svn/trunk/externals/template/Makefile" rel="nofollow">https://svn.code.sf.net/p/pure-data/svn/trunk/externals/template/Makefile</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/4</guid><dc:creator><![CDATA[myQwil]]></dc:creator><pubDate>Mon, 02 Jun 2014 13:19:52 GMT</pubDate></item><item><title><![CDATA[Reply to Serious help with hardware external on Mon, 02 Jun 2014 14:09:56 GMT]]></title><description><![CDATA[<p>let me know if this compiled version of it works for you</p>
<p>also, on my end, i noticed both your version and mine seem to work similarly (neither crash when connected to a dac~) so the problem might be related to something else</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/es5encoder~.pd_linux" rel="nofollow">http://www.pdpatchrepo.info/hurleur/es5encoder~.pd_linux</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/5</guid><dc:creator><![CDATA[myQwil]]></dc:creator><pubDate>Mon, 02 Jun 2014 14:09:56 GMT</pubDate></item><item><title><![CDATA[Reply to Serious help with hardware external on Mon, 02 Jun 2014 23:32:27 GMT]]></title><description><![CDATA[<p>thanks miwi ...</p>
<p>yes i tried the makefile but that one is for c not c++ ... your compiled version still crashes my pd-extended. i can connect it to a dac~ abstraction but as soon as i switch on dac it crashes. it works on your linux machine?</p>
<p>maybe the include libraries for pd-extended are different? i did some soldering to my es-3 but i dont see how a fault in the audio interface hardware can crash pure data. its fine otherwise.</p>
<p>very strange!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/6</guid><dc:creator><![CDATA[lilakmonoke]]></dc:creator><pubDate>Mon, 02 Jun 2014 23:32:27 GMT</pubDate></item><item><title><![CDATA[Reply to Serious help with hardware external on Wed, 04 Jun 2014 10:23:14 GMT]]></title><description><![CDATA[<p>yeah, it works on my end, or at least I think it does. I would have a better idea if I had one of these expert sleeper modules hooked up to my computer. All I can tell you is that when connected to dac~ and while being fed floats through the first inlet, it makes clicking noises and an especially large click when passing between 127 and 128</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/7</guid><dc:creator><![CDATA[myQwil]]></dc:creator><pubDate>Wed, 04 Jun 2014 10:23:14 GMT</pubDate></item><item><title><![CDATA[Reply to Serious help with hardware external on Wed, 04 Jun 2014 15:29:29 GMT]]></title><description><![CDATA[<p>thanks miwi, so it must be my linux/pd setup then!</p>
<p>lets compare it to yours, here is mine:</p>
<p>kx studio clean install based on Ubuntu 12.04.3 LTS<br />
kernel linux 3.8.0-32-lowlatency 64 bit<br />
pd-extended version 0.43.4-1~precise, no pd vanilla installed<br />
puredata-dev version 0.43.04 developer env</p>
<p>audio device:<br />
rme fireface 800 via<br />
ffado-dbus-server 2.1.0+svn2470-0<br />
jackd</p>
<p>maybe its</p>
<ul>
<li>pd-extended vs. pd-vanilla</li>
<li>or 64 bit vs. 32</li>
<li>very possible! the ffado/jack device</li>
</ul>
<p>the expert sleeper interfaces are really the coolest hardware i know. you can run them from lightpipe or spdif whatever your soundcard provides. you either get control voltages (ES-3) or gates (es-5) or there is a new one with midi/dinsynch all from one audio channel and in audio precision. zero lag!</p>
<p><a href="http://www.expert-sleepers.co.uk/index_files/new-module-esx-8md.php" rel="nofollow">http://www.expert-sleepers.co.uk/index_files/new-module-esx-8md.php</a></p>
<p>you need a eurorack panel or some 12 volt power supply for it to install, though.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/8</guid><dc:creator><![CDATA[lilakmonoke]]></dc:creator><pubDate>Wed, 04 Jun 2014 15:29:29 GMT</pubDate></item><item><title><![CDATA[Reply to Serious help with hardware external on Wed, 04 Jun 2014 17:07:31 GMT]]></title><description><![CDATA[<p>success! its the &quot;callback&quot; option in the audio settings for pd that causes the crash. without it its fine like wine! thanks miwi for testing this. ill write a short manual for pd and those interfaces soon ...</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8381/serious-help-with-hardware-external/9</guid><dc:creator><![CDATA[lilakmonoke]]></dc:creator><pubDate>Wed, 04 Jun 2014 17:07:31 GMT</pubDate></item></channel></rss>