<?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[Get script&#x27;s chain ID]]></title><description><![CDATA[<p dir="auto">It would be useful to have a function that returns the ID of the script's chain for use with functions like addModulator so that it can be inserted into the same chain as the script while allowing the code to be generic.</p>
]]></description><link>https://forum.hise.audio/topic/196/get-script-s-chain-id</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 06:05:51 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/196.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Feb 2017 02:18:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Get script&#x27;s chain ID on Fri, 24 Feb 2017 21:10:31 GMT]]></title><description><![CDATA[<p dir="auto">Aha! thanks, that makes perfect sense to me now. No I don't need a sample start one - at the moment anyway :)</p>
]]></description><link>https://forum.hise.audio/post/1071</link><guid isPermaLink="true">https://forum.hise.audio/post/1071</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Fri, 24 Feb 2017 21:10:31 GMT</pubDate></item><item><title><![CDATA[Reply to Get script&#x27;s chain ID on Fri, 24 Feb 2017 20:50:25 GMT]]></title><description><![CDATA[<p dir="auto">1 is Gain Modulation, 2 is Pitch Modulation - simple as that :)</p>
<pre><code class="language-javascript">// Adds an LFO to the Gain chain
const var myLFO = Synth.addModulator(1, "LFO", "My Funky LFO");
</code></pre>
<p dir="auto">I think the special Modulation chains (eg. the Sample Start Chain) are not supported. Do you need it?</p>
]]></description><link>https://forum.hise.audio/post/1070</link><guid isPermaLink="true">https://forum.hise.audio/post/1070</guid><dc:creator><![CDATA[Christoph Hart]]></dc:creator><pubDate>Fri, 24 Feb 2017 20:50:25 GMT</pubDate></item><item><title><![CDATA[Reply to Get script&#x27;s chain ID on Thu, 23 Feb 2017 22:04:20 GMT]]></title><description><![CDATA[<p dir="auto">I think I'm misunderstanding the chain ID parameter of the addModulator function because I've just realised it's expecting an integer. Could you show me a usage example for this function when you have some free time? (no rush at all).</p>
]]></description><link>https://forum.hise.audio/post/1069</link><guid isPermaLink="true">https://forum.hise.audio/post/1069</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Thu, 23 Feb 2017 22:04:20 GMT</pubDate></item><item><title><![CDATA[Reply to Get script&#x27;s chain ID on Thu, 23 Feb 2017 21:03:05 GMT]]></title><description><![CDATA[<p dir="auto">Do you mean the Container of the script? Technically, the Script's chain is the MidiProcessor, so it has always the same ID...</p>
]]></description><link>https://forum.hise.audio/post/1064</link><guid isPermaLink="true">https://forum.hise.audio/post/1064</guid><dc:creator><![CDATA[Christoph Hart]]></dc:creator><pubDate>Thu, 23 Feb 2017 21:03:05 GMT</pubDate></item></channel></rss>