<?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[FixObjectFactory.....]]></title><description><![CDATA[<p dir="auto">So quick question ..can I do this?</p>
<pre><code>const var f1 = Engine.createFixObjectFactory({
	"myValue": 17,
	"someOtherValue": 42.0
});
// Creates an object for interacting with the array above
const var obj = f1.create();

// save it off to disk...
Engine.dumpAsJSON(obj, "myfile.json");

</code></pre>
<p dir="auto">or do I have to copy obj into a "real" json object?</p>
]]></description><link>https://forum.hise.audio/topic/9191/fixobjectfactory</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 01:48:21 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/9191.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Mar 2024 13:02:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FixObjectFactory..... on Fri, 08 Mar 2024 16:03:04 GMT]]></title><description><![CDATA[<p dir="auto">..and supplementary question:</p>
<p dir="auto">Can I store this in a panels data?</p>
]]></description><link>https://forum.hise.audio/post/76852</link><guid isPermaLink="true">https://forum.hise.audio/post/76852</guid><dc:creator><![CDATA[Lindon]]></dc:creator><pubDate>Fri, 08 Mar 2024 16:03:04 GMT</pubDate></item></channel></rss>