<?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[Stereo delays and writing to a sound file]]></title><description><![CDATA[<p>Hi,<br />
So I have a patch running four different instances of synthesisers, have a score done via qlists etc and everything works as it should.<br />
However, a big problem has arisen when trying to write everything to disc. At present each synth has it's own [dac~] and attached to each one are right and left channel delays - done using [delwrite~] and [vd~].<br />
But I'm trying to use [writesf~] to render the whole thing and I can't find a way of connecting all of the outputs to it whilst still keeping each part's separate delays (they all need to go straight to a single file).<br />
Is there a way of recording the entire output of the patch to a wav? Or any other means of achieving this using solely pd?</p>
<p>Thanks<br />
Skatalite</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/6207/stereo-delays-and-writing-to-a-sound-file</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 16:07:44 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/6207.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Apr 2012 19:28:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Stereo delays and writing to a sound file on Sun, 22 Apr 2012 19:28:19 GMT]]></title><description><![CDATA[<p>Hi,<br />
So I have a patch running four different instances of synthesisers, have a score done via qlists etc and everything works as it should.<br />
However, a big problem has arisen when trying to write everything to disc. At present each synth has it's own [dac~] and attached to each one are right and left channel delays - done using [delwrite~] and [vd~].<br />
But I'm trying to use [writesf~] to render the whole thing and I can't find a way of connecting all of the outputs to it whilst still keeping each part's separate delays (they all need to go straight to a single file).<br />
Is there a way of recording the entire output of the patch to a wav? Or any other means of achieving this using solely pd?</p>
<p>Thanks<br />
Skatalite</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/6207/stereo-delays-and-writing-to-a-sound-file</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/6207/stereo-delays-and-writing-to-a-sound-file</guid><dc:creator><![CDATA[skatalite]]></dc:creator><pubDate>Sun, 22 Apr 2012 19:28:19 GMT</pubDate></item><item><title><![CDATA[Reply to Stereo delays and writing to a sound file on Sun, 22 Apr 2012 20:04:36 GMT]]></title><description><![CDATA[<p>Get rid of the individual [dac~]s and replace them with two [throw~]s, one for left and one for right. Then [catch~] them to a single [dac~]. You can then easily tap the [catch~]s for [writesf~] as well.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/6207/stereo-delays-and-writing-to-a-sound-file/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/6207/stereo-delays-and-writing-to-a-sound-file/2</guid><dc:creator><![CDATA[Maelstorm]]></dc:creator><pubDate>Sun, 22 Apr 2012 20:04:36 GMT</pubDate></item><item><title><![CDATA[Reply to Stereo delays and writing to a sound file on Sun, 22 Apr 2012 20:51:00 GMT]]></title><description><![CDATA[<p>Sorted, all working.<br />
Thanks very much</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/6207/stereo-delays-and-writing-to-a-sound-file/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/6207/stereo-delays-and-writing-to-a-sound-file/3</guid><dc:creator><![CDATA[skatalite]]></dc:creator><pubDate>Sun, 22 Apr 2012 20:51:00 GMT</pubDate></item><item><title><![CDATA[Reply to Stereo delays and writing to a sound file on Mon, 23 Apr 2012 02:01:24 GMT]]></title><description><![CDATA[<p>i used to do this a lot, and found it was worthwhile to make my own [diydac~] abstraction containing a normal [dac~] plus the pair of [throw~]'s. That way, when i got a good patch going, i just had to add 'diy' to the start of any [dac~] modules instead of making individual throw~ objects for every one.</p>
<p>It also used a bit less screen space than the double [throw~] objects used.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/6207/stereo-delays-and-writing-to-a-sound-file/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/6207/stereo-delays-and-writing-to-a-sound-file/4</guid><dc:creator><![CDATA[mod]]></dc:creator><pubDate>Mon, 23 Apr 2012 02:01:24 GMT</pubDate></item></channel></rss>