<?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[Curve type in a parametric]]></title><description><![CDATA[<p dir="auto">If I have a parametric eq and want to control the curve type with a button, it only controls two of the 5 curve type.<br />
It toggles back and forth between HP and LP.<br />
How do I set up a button toggle all 5?</p>
]]></description><link>https://forum.hise.audio/topic/12858/curve-type-in-a-parametric</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 08:46:03 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/12858.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Jun 2025 20:31:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Curve type in a parametric on Wed, 11 Jun 2025 20:41:19 GMT]]></title><description><![CDATA[<p dir="auto">Ah ok I see the issue. I assume you're connecting the button to the module through processor/parameter ID? The button only has two states, 0 and 1, so it will only change the Type parameter between those two values.</p>
<p dir="auto">If you want it to cycle through more values you'll need to handle it through scripting by using a variable as a counter and increasing it each time the button is clicked, resetting when you get to the max (4) and passing the value to the EQ's Type attribute.</p>
<p dir="auto">If your EQ has more than one band you'll need to use the band offset to select which band is affected by the button - forum search for "band offset".</p>
]]></description><link>https://forum.hise.audio/post/104949</link><guid isPermaLink="true">https://forum.hise.audio/post/104949</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Wed, 11 Jun 2025 20:41:19 GMT</pubDate></item><item><title><![CDATA[Reply to Curve type in a parametric on Wed, 11 Jun 2025 20:36:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4343">@pcs800</a></p>
<p dir="auto"><s>You need to use <code>getfiltermodelist</code>. The usage is not straight forward, but there are a few examples on the forum.</s></p>
<p dir="auto">Scratch that, I was thinking of the filter not the EQ. I'll look into an answer for you.</p>
]]></description><link>https://forum.hise.audio/post/104948</link><guid isPermaLink="true">https://forum.hise.audio/post/104948</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Wed, 11 Jun 2025 20:36:58 GMT</pubDate></item></channel></rss>