<?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[Creating an LFO?]]></title><description><![CDATA[<p>Hi all,</p>
<p>PD beginner here, ive got an assignment to create a dub siren, really simple i thought, but i've got lost on how to create a pitch lfo? any thoughts would be appreciated, thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 10:09:17 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/10577.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Feb 2017 22:46:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Creating an LFO? on Mon, 13 Feb 2017 22:46:59 GMT]]></title><description><![CDATA[<p>Hi all,</p>
<p>PD beginner here, ive got an assignment to create a dub siren, really simple i thought, but i've got lost on how to create a pitch lfo? any thoughts would be appreciated, thanks!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo</guid><dc:creator><![CDATA[lydn]]></dc:creator><pubDate>Mon, 13 Feb 2017 22:46:59 GMT</pubDate></item><item><title><![CDATA[Reply to Creating an LFO? on Tue, 14 Feb 2017 05:12:15 GMT]]></title><description><![CDATA[<p>Using one oscillator to control the pitch of another achieves basic LFO. Of course you can use more complex waveforms for either the LFO or the signal, but the principle remains the same.</p>
<p><img src="/uploads/files/1487049133457-lfo.png" alt="LFO.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/2</guid><dc:creator><![CDATA[LiamG]]></dc:creator><pubDate>Tue, 14 Feb 2017 05:12:15 GMT</pubDate></item><item><title><![CDATA[Reply to Creating an LFO? on Tue, 14 Feb 2017 16:27:17 GMT]]></title><description><![CDATA[<p>I'm curious -- does anyone on here have a favoured patching method for making a purely control message based LFO (i.e. without the use of a DSP oscillator as the LFO signal source)?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/3</guid><dc:creator><![CDATA[NoDSP]]></dc:creator><pubDate>Tue, 14 Feb 2017 16:27:17 GMT</pubDate></item><item><title><![CDATA[Reply to Creating an LFO? on Wed, 15 Feb 2017 02:15:26 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/nodsp">@NoDsp</a> you could use 2 [line] objects<br />
<a href="/uploads/files/1487124880137-line-lfo.pd">line-lfo.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/4</guid><dc:creator><![CDATA[Balwyn]]></dc:creator><pubDate>Wed, 15 Feb 2017 02:15:26 GMT</pubDate></item><item><title><![CDATA[Reply to Creating an LFO? on Thu, 16 Feb 2017 00:09:26 GMT]]></title><description><![CDATA[<p>I prefer to use [sin] with a counter for control level LFO.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/5</guid><dc:creator><![CDATA[sunji]]></dc:creator><pubDate>Thu, 16 Feb 2017 00:09:26 GMT</pubDate></item><item><title><![CDATA[Reply to Creating an LFO? on Fri, 17 Feb 2017 22:40:21 GMT]]></title><description><![CDATA[<p>Thanks for both suggestions.  I had been meaning to work out something like this for sending midi or other serial control.  I'll have to use some method of range adjustment but I might be able to adapt these ideas.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/6</guid><dc:creator><![CDATA[NoDSP]]></dc:creator><pubDate>Fri, 17 Feb 2017 22:40:21 GMT</pubDate></item><item><title><![CDATA[Reply to Creating an LFO? on Sat, 25 Feb 2017 17:02:00 GMT]]></title><description><![CDATA[<p>Here is a control rate lfo I had in one of my patches.</p>
<p><img src="/uploads/files/1488041278840-screen-shot-2017-02-25-at-10.47.30-am.png" alt="Screen Shot 2017-02-25 at 10.47.30 AM.png" class="img-responsive img-markdown" /></p>
<p>I just used my oscillators' waveforms.</p>
<p>If you aren't actually storing some waveforms, then using a [sin] object would be the way to go.  ...Basically just a choice between ram and cpu.</p>
<p>If you are switching the tabread between multiple arrays, then you need to control where the start and end points of the read will be.</p>
<p>In the pic above, the tabread goes from -1 to 1 and back by skipping the first and last quarter of the sine wave's cycle.  Use two [sel ] and [f ] objects if you need to change those indices.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/7</guid><dc:creator><![CDATA[Monetus]]></dc:creator><pubDate>Sat, 25 Feb 2017 17:02:00 GMT</pubDate></item><item><title><![CDATA[Reply to Creating an LFO? on Sat, 25 Feb 2017 23:49:31 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/monetus">@Monetus</a> Ah yes, thank you.  I've actually got a large number of waveforms already loaded into multiple banks of array objects that I could put to use this way.  I still have to work out those output range scaling issues, though.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10577/creating-an-lfo/8</guid><dc:creator><![CDATA[NoDSP]]></dc:creator><pubDate>Sat, 25 Feb 2017 23:49:31 GMT</pubDate></item></channel></rss>