<?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[Couple of questions for my first synth plugin]]></title><description><![CDATA[<p dir="auto">So i´m making my first synth plugin, and i a few questions to make<br />
1º - I was wondering if i could make a single display to show the Analyser, everytime i change the amp env knobs and filter changes, mouse hover etc, but later in the future i might add some more stuff and i want to know in general how to make the things i want to display one the same floatingtile.<br />
This is pretty much inspired by Fxpansion´s Strobe, Cypher and Amber<br />
This video (<a href="https://youtu.be/1aJgZ2zqgZc?t=87" rel="nofollow ugc">https://youtu.be/1aJgZ2zqgZc?t=87</a>) as example, is showed Amber and the middle display panel is pretty much what i want. Show every changes i make on my plugin as well as mouse hover.<br />
2º - And to disable the numbers and text from the knobs<br />
3º - What is the best and easy software/website to develope my own GUI<br />
4º - How to make a wooden keyboard style as a background</p>
<p dir="auto">As you see this is pretty much Fxpansions´s plugins<img src="/assets/uploads/files/1778015167641-dd3f5c50-0a6d-4e2c-b8c4-042505f27dca-image.png" alt="dd3f5c50-0a6d-4e2c-b8c4-042505f27dca-image.png" class=" img-fluid img-markdown" /><br />
For now this is all the question i have, further more i will probably have more. Thanks</p>
]]></description><link>https://forum.hise.audio/topic/14706/couple-of-questions-for-my-first-synth-plugin</link><generator>RSS for Node</generator><lastBuildDate>Wed, 06 May 2026 03:41:44 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14706.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 May 2026 21:06:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Couple of questions for my first synth plugin on Tue, 05 May 2026 21:57:28 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 have not sorry, gonna spend all 5 hours on this. Thanks!</p>
]]></description><link>https://forum.hise.audio/post/120137</link><guid isPermaLink="true">https://forum.hise.audio/post/120137</guid><dc:creator><![CDATA[chimaera_09]]></dc:creator><pubDate>Tue, 05 May 2026 21:57:28 GMT</pubDate></item><item><title><![CDATA[Reply to Couple of questions for my first synth plugin on Tue, 05 May 2026 21:53:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/5001">@chimaera_09</a> Have you been through the <a href="https://audiodevschool.com/courses/hise-bootcamp/" rel="nofollow ugc">free bootcamp</a>?</p>
]]></description><link>https://forum.hise.audio/post/120136</link><guid isPermaLink="true">https://forum.hise.audio/post/120136</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Tue, 05 May 2026 21:53:57 GMT</pubDate></item><item><title><![CDATA[Reply to Couple of questions for my first synth plugin on Tue, 05 May 2026 21:50:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/5001">@chimaera_09</a> Sorry yeah, that´s too advanced for me, i still don´t know how to code, i literally only have the Content.makeFrontInterface</p>
<p dir="auto">Also, when i export my plugin for testing it shows a blank screen, i did the export wizard with all the tickboxes checked. I export both with IPP on and off. With IPP is the one with black screen but IPP off doenst even export it, i change a bunch of errors.<br />
<img src="/assets/uploads/files/1778017850363-88880008-b8bb-4316-9f96-995caba55c96-image.png" alt="88880008-b8bb-4316-9f96-995caba55c96-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.hise.audio/post/120135</link><guid isPermaLink="true">https://forum.hise.audio/post/120135</guid><dc:creator><![CDATA[chimaera_09]]></dc:creator><pubDate>Tue, 05 May 2026 21:50:52 GMT</pubDate></item><item><title><![CDATA[Reply to Couple of questions for my first synth plugin on Tue, 05 May 2026 21:39:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/5001">@chimaera_09</a> To hide or show a component you can use the <code>showControl()</code> function or use <code>.set("visible", true) // Change true to false to hide it</code></p>
<p dir="auto">To have it happen on mouse over you're going to need to look into mouse broadcasters. A broadcaster is probably also the simplest way to have it happen when a control is moved as well - however broadcasters are a more advanced concept so you'll have a bit of a learning curve if it's new to you.</p>
]]></description><link>https://forum.hise.audio/post/120134</link><guid isPermaLink="true">https://forum.hise.audio/post/120134</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Tue, 05 May 2026 21:39:21 GMT</pubDate></item><item><title><![CDATA[Reply to Couple of questions for my first synth plugin on Tue, 05 May 2026 21:34:24 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">Not sure if this video will help. But i tried to show what things get displayed on the main panel, how i can also make it show those numbers everytime i change the parameters<br />
<a href="https://drive.google.com/file/d/1SIDx1hATHg2Ac99-HXWXt2dC7B5gaAlt/view?usp=sharing" rel="nofollow ugc">https://drive.google.com/file/d/1SIDx1hATHg2Ac99-HXWXt2dC7B5gaAlt/view?usp=sharing</a><br />
How i can make stuff hide/show everytime another function happends?</p>
]]></description><link>https://forum.hise.audio/post/120133</link><guid isPermaLink="true">https://forum.hise.audio/post/120133</guid><dc:creator><![CDATA[chimaera_09]]></dc:creator><pubDate>Tue, 05 May 2026 21:34:24 GMT</pubDate></item><item><title><![CDATA[Reply to Couple of questions for my first synth plugin on Tue, 05 May 2026 21:22:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/5001">@chimaera_09</a></p>
<ol>
<li>
<p dir="auto">I'm not 100% sure I understand correctly. I skipped through the video and it just looks like the thing in the centre is showing the filter curve... Each floating tile can only display one thing but you can position them over each other and hide/show them depending on which controls are used.</p>
</li>
<li>
<p dir="auto">Use custom look and feel</p>
</li>
<li>
<p dir="auto">Inkscape/Figma</p>
</li>
<li>
<p dir="auto">Probably use an image file</p>
</li>
</ol>
]]></description><link>https://forum.hise.audio/post/120132</link><guid isPermaLink="true">https://forum.hise.audio/post/120132</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Tue, 05 May 2026 21:22:09 GMT</pubDate></item></channel></rss>