<?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[audio files not embed (Engine.loadAudioFilesIntoPool) added]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have audiofiles in projects/AudioFiles, I added Engine.loadAudioFilesIntoPool<br />
Emebed audio is checked.</p>
<p dir="auto">I have change config and did a step from 4.1 to latest version. Is this related with path ? how to add audio files to project ?</p>
]]></description><link>https://forum.hise.audio/topic/14796/audio-files-not-embed-engine-loadaudiofilesintopool-added</link><generator>RSS for Node</generator><lastBuildDate>Sat, 30 May 2026 22:21:42 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14796.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 30 May 2026 19:52:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to audio files not embed (Engine.loadAudioFilesIntoPool) added on Sat, 30 May 2026 20:58:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4725">@Yannrog</a> said in <a href="/post/120724">audio files not embed (Engine.loadAudioFilesIntoPool) added</a>:</p>
<blockquote>
<p dir="auto">Is that good?</p>
</blockquote>
<p dir="auto">Does it work?</p>
]]></description><link>https://forum.hise.audio/post/120725</link><guid isPermaLink="true">https://forum.hise.audio/post/120725</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sat, 30 May 2026 20:58:08 GMT</pubDate></item><item><title><![CDATA[Reply to audio files not embed (Engine.loadAudioFilesIntoPool) added on Sat, 30 May 2026 20:56:43 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></p>
<p dir="auto">Is that good?</p>
<p dir="auto">const var audiofiles = Engine.loadAudioFilesIntoPool();<br />
const var reverbfile1 = Synth.getAudioSampleProcessor("//reverbname");</p>
<p dir="auto">const var reverbfile2 = Synth.getAudioSampleProcessor("//reverbname");</p>
]]></description><link>https://forum.hise.audio/post/120724</link><guid isPermaLink="true">https://forum.hise.audio/post/120724</guid><dc:creator><![CDATA[Yannrog]]></dc:creator><pubDate>Sat, 30 May 2026 20:56:43 GMT</pubDate></item><item><title><![CDATA[Reply to audio files not embed (Engine.loadAudioFilesIntoPool) added on Sat, 30 May 2026 20:23:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4725">@Yannrog</a> That loads the files into HISE to make them available, it doesn't load them into the reverb.</p>
<p dir="auto">You need to get a reference to the effect <code>Synth.getAudioSampleProcessor()</code> and then you need to use <code>.setFile</code> to load in the impulse.</p>
<p dir="auto"><a href="https://docs.hise.audio/scripting/scripting-api/audiosampleprocessor/index.html#setfile" rel="nofollow ugc">https://docs.hise.audio/scripting/scripting-api/audiosampleprocessor/index.html#setfile</a></p>
<p dir="auto">Another method is to have a hidden waveform control on your UI connected to the convolution. Make sure it's set to saveInPreset and load your impulse through that control. Then the IR should be saved with the preset.</p>
]]></description><link>https://forum.hise.audio/post/120723</link><guid isPermaLink="true">https://forum.hise.audio/post/120723</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sat, 30 May 2026 20:23:36 GMT</pubDate></item><item><title><![CDATA[Reply to audio files not embed (Engine.loadAudioFilesIntoPool) added on Sat, 30 May 2026 20:12:27 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> How do I have to do this?</p>
<p dir="auto">Engine.loadAudioFilesIntoPool(); is good?</p>
]]></description><link>https://forum.hise.audio/post/120722</link><guid isPermaLink="true">https://forum.hise.audio/post/120722</guid><dc:creator><![CDATA[Yannrog]]></dc:creator><pubDate>Sat, 30 May 2026 20:12:27 GMT</pubDate></item><item><title><![CDATA[Reply to audio files not embed (Engine.loadAudioFilesIntoPool) added on Sat, 30 May 2026 20:09:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4725">@Yannrog</a> If I remember correctly in the compiled project it needs to be loaded through scripting.</p>
]]></description><link>https://forum.hise.audio/post/120721</link><guid isPermaLink="true">https://forum.hise.audio/post/120721</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sat, 30 May 2026 20:09:36 GMT</pubDate></item><item><title><![CDATA[Reply to audio files not embed (Engine.loadAudioFilesIntoPool) added on Sat, 30 May 2026 20:08:33 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> I made right click and select the wav file</p>
]]></description><link>https://forum.hise.audio/post/120720</link><guid isPermaLink="true">https://forum.hise.audio/post/120720</guid><dc:creator><![CDATA[Yannrog]]></dc:creator><pubDate>Sat, 30 May 2026 20:08:33 GMT</pubDate></item><item><title><![CDATA[Reply to audio files not embed (Engine.loadAudioFilesIntoPool) added on Sat, 30 May 2026 20:06:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4725">@Yannrog</a> How are you loading the IRs into the reverb?</p>
]]></description><link>https://forum.hise.audio/post/120719</link><guid isPermaLink="true">https://forum.hise.audio/post/120719</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sat, 30 May 2026 20:06:18 GMT</pubDate></item><item><title><![CDATA[Reply to audio files not embed (Engine.loadAudioFilesIntoPool) added on Sat, 30 May 2026 20:03: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> In the final project, when I open it in daw convolution reverb doesn't respond</p>
]]></description><link>https://forum.hise.audio/post/120718</link><guid isPermaLink="true">https://forum.hise.audio/post/120718</guid><dc:creator><![CDATA[Yannrog]]></dc:creator><pubDate>Sat, 30 May 2026 20:03:40 GMT</pubDate></item><item><title><![CDATA[Reply to audio files not embed (Engine.loadAudioFilesIntoPool) added on Sat, 30 May 2026 20:03:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4725">@Yannrog</a> What makes you think the files are not embedded?</p>
]]></description><link>https://forum.hise.audio/post/120717</link><guid isPermaLink="true">https://forum.hise.audio/post/120717</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sat, 30 May 2026 20:03:10 GMT</pubDate></item><item><title><![CDATA[Reply to audio files not embed (Engine.loadAudioFilesIntoPool) added on Sat, 30 May 2026 19:57: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> about 20 mb</p>
]]></description><link>https://forum.hise.audio/post/120716</link><guid isPermaLink="true">https://forum.hise.audio/post/120716</guid><dc:creator><![CDATA[Yannrog]]></dc:creator><pubDate>Sat, 30 May 2026 19:57:40 GMT</pubDate></item><item><title><![CDATA[Reply to audio files not embed (Engine.loadAudioFilesIntoPool) added on Sat, 30 May 2026 19:55:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4725">@Yannrog</a> The version number doesn't really have any meaning because it doesn't change between commits - although apparently it did change recently <img src="https://forum.hise.audio/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f60b.png?v=fba14f4754a" class="not-responsive emoji emoji-emoji-one emoji--face_savoring_food" style="height:23px;width:auto;vertical-align:middle" title=":face_savoring_food:" alt="😋" /> . The git commit hash is more useful.</p>
<p dir="auto">This issue is not related to the HISE path.</p>
<p dir="auto">How many mb of audio files does your project have?</p>
]]></description><link>https://forum.hise.audio/post/120715</link><guid isPermaLink="true">https://forum.hise.audio/post/120715</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sat, 30 May 2026 19:55:04 GMT</pubDate></item></channel></rss>