<?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[How can I access LFO Modulator1 on Simple Gain1 module]]></title><description><![CDATA[<p dir="auto">I am looking to control the LFO Modulator on the Simple Gain module through script. I thought it would be accessed by:</p>
<pre><code>SimpleGain1.LFOModulator1.Frequency
</code></pre>
<p dir="auto">This is does not work. I checked the docs under</p>
<p dir="auto">Modulators &gt; List of Time Variant Modulators &gt; LFO &gt; Parameters</p>
<p dir="auto">Is there somewhere else in the docs I should look for this info?</p>
]]></description><link>https://forum.hise.audio/topic/7804/how-can-i-access-lfo-modulator1-on-simple-gain1-module</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 15:40:44 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/7804.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 30 Jun 2023 06:15:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can I access LFO Modulator1 on Simple Gain1 module on Fri, 30 Jun 2023 06:25:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/581">@TNTHM</a> it's in the documentation as well:</p>
<p dir="auto"><a href="https://docs.hise.audio/scripting/scripting-api/modulator/index.html#setattribute" rel="nofollow ugc">https://docs.hise.audio/scripting/scripting-api/modulator/index.html#setattribute</a></p>
]]></description><link>https://forum.hise.audio/post/66537</link><guid isPermaLink="true">https://forum.hise.audio/post/66537</guid><dc:creator><![CDATA[ulrik]]></dc:creator><pubDate>Fri, 30 Jun 2023 06:25:09 GMT</pubDate></item><item><title><![CDATA[Reply to How can I access LFO Modulator1 on Simple Gain1 module on Fri, 30 Jun 2023 06:22:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/307">@ulrik</a> oh wow. Thank you, that makes sense!</p>
]]></description><link>https://forum.hise.audio/post/66536</link><guid isPermaLink="true">https://forum.hise.audio/post/66536</guid><dc:creator><![CDATA[TNTHM]]></dc:creator><pubDate>Fri, 30 Jun 2023 06:22:51 GMT</pubDate></item><item><title><![CDATA[Reply to How can I access LFO Modulator1 on Simple Gain1 module on Fri, 30 Jun 2023 06:21:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/581">@TNTHM</a></p>
<p dir="auto">You have to have a reference to the LFOModulator and set it's freq like this:</p>
<pre><code>LFOModulator1.setAttribute(LFOModulator1.Frequency, value);
</code></pre>
]]></description><link>https://forum.hise.audio/post/66535</link><guid isPermaLink="true">https://forum.hise.audio/post/66535</guid><dc:creator><![CDATA[ulrik]]></dc:creator><pubDate>Fri, 30 Jun 2023 06:21:16 GMT</pubDate></item></channel></rss>