<?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[Sampler: Preload Size question]]></title><description><![CDATA[<p dir="auto">Ok so I want to be able to change the preload size for my samplers, easy enough but....</p>
<p dir="auto">Lets say I do this, changing from 8192 to (say) 1024....</p>
<p dir="auto">do this get applied immediately? so the sample map is reloaded, or do I have to reload the sample map myself to get it to work???</p>
<p dir="auto">Cant find any documentation to say one way or the other...</p>
]]></description><link>https://forum.hise.audio/topic/14735/sampler-preload-size-question</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 14:01:17 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14735.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 May 2026 10:58:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Sampler: Preload Size question on Tue, 12 May 2026 12:38:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/1">@Christoph-Hart</a> said in <a href="/post/120269">Sampler: Preload Size question</a>:</p>
<blockquote>
<p dir="auto">You probably might want to put that in a non-preset setting file somewhere.</p>
</blockquote>
<p dir="auto">exactly what im doing....</p>
<p dir="auto">with the complication that the Preload size is actually being set in another executable, the "player", so now when the Full instrument Expansion gets loaded I say this in the init:</p>
<pre><code>      for(i = 0; i &lt; NUM_SAMPLERS; i++)
	{
		if((instrumentMetadata.instrumentSettings.PreloadBuffer * 1024) != TheSamplers[i].getAttribute(TheSamplers[i].PreloadSize))
		{
			TheSamplers[i].setAttribute(TheSamplers[i].PreloadSize, instrumentMetadata.instrumentSettings.PreloadBuffer * 1024);
		}
	}
</code></pre>
<p dir="auto">only question is -- do I need to wait for everything to load before checking this?</p>
]]></description><link>https://forum.hise.audio/post/120272</link><guid isPermaLink="true">https://forum.hise.audio/post/120272</guid><dc:creator><![CDATA[Lindon]]></dc:creator><pubDate>Tue, 12 May 2026 12:38:57 GMT</pubDate></item><item><title><![CDATA[Reply to Sampler: Preload Size question on Tue, 12 May 2026 12:25:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/67">@Lindon</a> just like any other attribute. If you save it in a preset it will be restored in a preset.</p>
<p dir="auto">AFAIK the sample loading is deferred until the plugin is initialised, so if you load a DAW project, it will not load the default preload size, then reload them again, but wait until everything is setup and then load the samples with the one preload size you set it to.</p>
<p dir="auto">You probably might want to put that in a non-preset setting file somewhere.</p>
]]></description><link>https://forum.hise.audio/post/120269</link><guid isPermaLink="true">https://forum.hise.audio/post/120269</guid><dc:creator><![CDATA[Christoph Hart]]></dc:creator><pubDate>Tue, 12 May 2026 12:25:43 GMT</pubDate></item><item><title><![CDATA[Reply to Sampler: Preload Size question on Tue, 12 May 2026 12:20:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a> so follow up question....</p>
<p dir="auto">how is this new setup saved? part of a preset?</p>
]]></description><link>https://forum.hise.audio/post/120268</link><guid isPermaLink="true">https://forum.hise.audio/post/120268</guid><dc:creator><![CDATA[Lindon]]></dc:creator><pubDate>Tue, 12 May 2026 12:20:25 GMT</pubDate></item><item><title><![CDATA[Reply to Sampler: Preload Size question on Tue, 12 May 2026 12:18:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a> duh...didnt even look, silly me... Ok great thanks.</p>
]]></description><link>https://forum.hise.audio/post/120267</link><guid isPermaLink="true">https://forum.hise.audio/post/120267</guid><dc:creator><![CDATA[Lindon]]></dc:creator><pubDate>Tue, 12 May 2026 12:18:40 GMT</pubDate></item><item><title><![CDATA[Reply to Sampler: Preload Size question on Tue, 12 May 2026 11:05:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/67">@Lindon</a> It's immediate, the change is shown in the sampler. Also if you change between ssd to hdd mode it will double the memory usage. I use this in my settings panel to give the user control.</p>
<p dir="auto"><img src="/assets/uploads/files/1778583945662-peek-2026-05-12-12-05.gif" alt="Peek 2026-05-12 12-05.gif" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.hise.audio/post/120263</link><guid isPermaLink="true">https://forum.hise.audio/post/120263</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Tue, 12 May 2026 11:05:47 GMT</pubDate></item></channel></rss>