<?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[Snex - Storing references in an array?]]></title><description><![CDATA[<p dir="auto">Is there any way at all for me to store references (&amp;) in an array?<br />
I've been getting casting errors every time I try.</p>
<p dir="auto">I am trying to create an array which I can use to store references to classes that I've written.</p>
]]></description><link>https://forum.hise.audio/topic/10075/snex-storing-references-in-an-array</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 07:04:26 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/10075.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Jul 2024 12:32:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Snex - Storing references in an array? on Tue, 16 Jul 2024 15:53:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3542">@griffinboy</a> I think you're hitting the limitations of the scope of SNEX with this use case - if you want a dynamic chain of modules, you have 2 options:</p>
<ol>
<li>write each module as separate SNEX node and use a scriptnode network for hooking them up</li>
<li>Go full C++ and write an external C++ node that can implement your dynamic effect chain.</li>
</ol>
]]></description><link>https://forum.hise.audio/post/83376</link><guid isPermaLink="true">https://forum.hise.audio/post/83376</guid><dc:creator><![CDATA[Christoph Hart]]></dc:creator><pubDate>Tue, 16 Jul 2024 15:53:59 GMT</pubDate></item></channel></rss>