<?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[csoundapi flanger tinkering]]></title><description><![CDATA[<p>Simple patch with csoundapi running an example from the canonical csound manual (#267, fluidOut) and a speedup of the delay changes to the right ear;<br />
...<br />
instr 99</p>
<p>imvol init 4<br />
asigl, asigr fluidOut giengine1      ;add a stereo flanger<br />
adelL linseg 0, p3*.5, 0.02, p3*.5, 0    ;max delay time =20ms<br />
adelR linseg 0.02, p3*.125, 0, p3*.125, 0.02, p3*.125, 0, p3*.125, 0.02, p3*.125, 0, p3*.125, 0.02, p3*.125, 0, p3*.125, 0.02 ;max delay time =20ms &lt;---[changed this]<br />
asigL flanger asigl, adelL, .9<br />
asigR flanger asigr, adelR, .9<br />
outs asigL<em>imvol, asigR</em>imvol<br />
endin</p>
<p>Silly, fun -- might be a usable effect somewhere? (Reminds me of the hardware synthesizer that used to get impossible values in some of its settings.)<br />
<a href="/uploads/upload-5586b7b5-e730-4ee9-9a33-7319dc5c29b9.mp3">weirdstuff.mp3</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8532/csoundapi-flanger-tinkering</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 00:52:51 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/8532.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 02 Aug 2014 16:59:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to csoundapi flanger tinkering on Sat, 02 Aug 2014 16:59:45 GMT]]></title><description><![CDATA[<p>Simple patch with csoundapi running an example from the canonical csound manual (#267, fluidOut) and a speedup of the delay changes to the right ear;<br />
...<br />
instr 99</p>
<p>imvol init 4<br />
asigl, asigr fluidOut giengine1      ;add a stereo flanger<br />
adelL linseg 0, p3*.5, 0.02, p3*.5, 0    ;max delay time =20ms<br />
adelR linseg 0.02, p3*.125, 0, p3*.125, 0.02, p3*.125, 0, p3*.125, 0.02, p3*.125, 0, p3*.125, 0.02, p3*.125, 0, p3*.125, 0.02 ;max delay time =20ms &lt;---[changed this]<br />
asigL flanger asigl, adelL, .9<br />
asigR flanger asigr, adelR, .9<br />
outs asigL<em>imvol, asigR</em>imvol<br />
endin</p>
<p>Silly, fun -- might be a usable effect somewhere? (Reminds me of the hardware synthesizer that used to get impossible values in some of its settings.)<br />
<a href="/uploads/upload-5586b7b5-e730-4ee9-9a33-7319dc5c29b9.mp3">weirdstuff.mp3</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8532/csoundapi-flanger-tinkering</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8532/csoundapi-flanger-tinkering</guid><dc:creator><![CDATA[forrest]]></dc:creator><pubDate>Sat, 02 Aug 2014 16:59:45 GMT</pubDate></item><item><title><![CDATA[Reply to csoundapi flanger tinkering on Sat, 02 Aug 2014 17:32:04 GMT]]></title><description><![CDATA[<p>Copying &amp; pasting here changed some things, '<em>' somehow turned to' .' (or vanished? Anyway, 'p3</em>.5' in the adelL line became p3.5 ) [original setting for the delay time to left ear.]</p>
<p>In the following line, likewise, 'p3.125' is an erroneous copy of 'p3*.125' throughout. That is, I changed this from a delay increasing and decreasing once over a minute, to one doing this four times (8 segments) in that same minute.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/8532/csoundapi-flanger-tinkering/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8532/csoundapi-flanger-tinkering/2</guid><dc:creator><![CDATA[forrest]]></dc:creator><pubDate>Sat, 02 Aug 2014 17:32:04 GMT</pubDate></item><item><title><![CDATA[Reply to csoundapi flanger tinkering on Mon, 04 Aug 2014 13:54:27 GMT]]></title><description><![CDATA[<p>Thanks for sharing!</p>
<p>As for the copy &amp; paste, use ``` when pasting code:</p>
<pre><code>instr 99

imvol init 4
asigl, asigr fluidOut giengine1 ;add a stereo flanger
adelL linseg 0, p3.5, 0.02, p3.5, 0 ;max delay time =20ms
adelR linseg 0.02, p3.125, 0, p3.125, 0.02, p3.125, 0, p3.125, 0.02, p3.125, 0, p3.125, 0.02, p3.125, 0, p3.125, 0.02 ;max delay time =20ms &lt;---[changed this]
asigL flanger asigl, adelL, .9
asigR flanger asigr, adelR, .9
outs asigLimvol, asigRimvol
endin```</code></pre>
]]></description><link>http://forum.pdpatchrepo.info/topic/8532/csoundapi-flanger-tinkering/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/8532/csoundapi-flanger-tinkering/3</guid><dc:creator><![CDATA[EEight]]></dc:creator><pubDate>Mon, 04 Aug 2014 13:54:27 GMT</pubDate></item></channel></rss>