<?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[Doing a Simple Convolution]]></title><description><![CDATA[<p>Hello everyone,</p>
<p>I'm new to PD and digital music in general and trying to do a simple convolution with two audio files and record the result using PD; however, I can't get any output. Can someone tell me what I'm doing wrong?<br />
<a href="https://www.dropbox.com/s/8h708f71y37w60w/convolution.pd?dl=0" rel="nofollow">Convolution_Patch</a></p>
<p>Thank you</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9074/doing-a-simple-convolution</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 23:46:09 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/9074.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 27 Feb 2015 05:48:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Doing a Simple Convolution on Fri, 27 Feb 2015 05:48:43 GMT]]></title><description><![CDATA[<p>Hello everyone,</p>
<p>I'm new to PD and digital music in general and trying to do a simple convolution with two audio files and record the result using PD; however, I can't get any output. Can someone tell me what I'm doing wrong?<br />
<a href="https://www.dropbox.com/s/8h708f71y37w60w/convolution.pd?dl=0" rel="nofollow">Convolution_Patch</a></p>
<p>Thank you</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9074/doing-a-simple-convolution</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9074/doing-a-simple-convolution</guid><dc:creator><![CDATA[alexminu]]></dc:creator><pubDate>Fri, 27 Feb 2015 05:48:43 GMT</pubDate></item><item><title><![CDATA[Reply to Doing a Simple Convolution on Fri, 27 Feb 2015 08:09:49 GMT]]></title><description><![CDATA[<p>Hi and welcome to this forum,</p>
<p>The problem with your patch is that you are simply opening the files in <strong>[readsf~]</strong> but not playing them. To play a file using this object, you can use a toggle or simply send to it the number 1 when you want to play and the number 0 when you want it to stop.</p>
<p>Alternatively, you can exchange the message <strong>[open $1(</strong> for <strong>[open $1, 1(</strong>, this way it will automatically play a file once you click in that bang above <strong>[symbol]</strong>.</p>
<p>I hope this helps, take care,<br />
Gilberto</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9074/doing-a-simple-convolution/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9074/doing-a-simple-convolution/2</guid><dc:creator><![CDATA[gsagostinho]]></dc:creator><pubDate>Fri, 27 Feb 2015 08:09:49 GMT</pubDate></item><item><title><![CDATA[Reply to Doing a Simple Convolution on Sat, 28 Feb 2015 06:12:13 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/gsagostinho">@gsagostinho</a> said:</p>
<blockquote>
<p>Hi and welcome to this forum,</p>
<p>The problem with your patch is that you are simply opening the files in <strong>[readsf~]</strong> but not playing them. To play a file using this object, you can use a toggle or simply send to it the number 1 when you want to play and the number 0 when you want it to stop.</p>
<p>Alternatively, you can exchange the message <strong>[open $1(</strong> for <strong>[open $1, 1(</strong>, this way it will automatically play a file once you click in that bang above <strong>[symbol]</strong>.</p>
<p>I hope this helps, take care,<br />
Gilberto</p>
</blockquote>
<p>Thank you Gilberto. It solved my problem.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/9074/doing-a-simple-convolution/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/9074/doing-a-simple-convolution/3</guid><dc:creator><![CDATA[alexminu]]></dc:creator><pubDate>Sat, 28 Feb 2015 06:12:13 GMT</pubDate></item></channel></rss>