<?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[Combobox not syncing Presets properly]]></title><description><![CDATA[<p dir="auto">Hey So I use a combobox to load all my samplemaps in my preset browser, but when I add more presets it desyncs the previous presets <a href="/assets/uploads/files/1778586795128-2026-05-12-13-52-40.mkv">2026-05-12 13-52-40.mkv</a></p>
]]></description><link>https://forum.hise.audio/topic/14736/combobox-not-syncing-presets-properly</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 18:22:04 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14736.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 May 2026 11:53:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Combobox not syncing Presets properly on Tue, 12 May 2026 12:48:31 GMT]]></title><description><![CDATA[<p dir="auto">I don't want the user to see the combobox it's just to have presets stored correctly</p>
]]></description><link>https://forum.hise.audio/post/120275</link><guid isPermaLink="true">https://forum.hise.audio/post/120275</guid><dc:creator><![CDATA[duma]]></dc:creator><pubDate>Tue, 12 May 2026 12:48:31 GMT</pubDate></item><item><title><![CDATA[Reply to Combobox not syncing Presets properly on Tue, 12 May 2026 12:47:15 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> If product update means adding new presets to the preset browser than yes, that's what I mean. The code doesn't work<img src="/assets/uploads/files/1778590030379-image_2026-05-12_144710687.png" alt="image_2026-05-12_144710687.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.hise.audio/post/120274</link><guid isPermaLink="true">https://forum.hise.audio/post/120274</guid><dc:creator><![CDATA[duma]]></dc:creator><pubDate>Tue, 12 May 2026 12:47:15 GMT</pubDate></item><item><title><![CDATA[Reply to Combobox not syncing Presets properly on Tue, 12 May 2026 12:31:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4736">@duma</a> as Dave says... and this is why most of us ran away from using comboBoxes for this, instead one alternative approach is:</p>
<ul>
<li>add a TextBox to your UI, that contains the name of your preset (or sample map) and this is the saveInPreset object that loads your preset or map.</li>
</ul>
<p dir="auto">Your Combo Box is then just there to populate this textBox and call changed() on it... the comboBox then should not be saveInPreset...</p>
<p dir="auto">It is also possible to set the LAF for your comboBox to show nothing in its default state...and you can then place a LAFed textBox that looks exactly like a "closed" ComboBox underneath the ComboBox, thus from the end users point of view it looks and behaves just like a regular ComboBox</p>
]]></description><link>https://forum.hise.audio/post/120271</link><guid isPermaLink="true">https://forum.hise.audio/post/120271</guid><dc:creator><![CDATA[Lindon]]></dc:creator><pubDate>Tue, 12 May 2026 12:31:12 GMT</pubDate></item><item><title><![CDATA[Reply to Combobox not syncing Presets properly on Tue, 12 May 2026 11:55:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4736">@duma</a> The combo box indexes will be shifted when you add new items to it. The preset will still contain the old indexes. If this is for a product update you can use the preset preprocessor to redirect them.</p>
<p dir="auto"><a href="https://docs.hise.audio/scripting/scripting-api/userpresethandler/index.html#setenableuserpresetpreprocessing" rel="nofollow ugc">https://docs.hise.audio/scripting/scripting-api/userpresethandler/index.html#setenableuserpresetpreprocessing</a></p>
]]></description><link>https://forum.hise.audio/post/120266</link><guid isPermaLink="true">https://forum.hise.audio/post/120266</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Tue, 12 May 2026 11:55:58 GMT</pubDate></item></channel></rss>