<?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[Custom controls]]></title><description><![CDATA[<p dir="auto">How would I go about adding custom controls to my UI that write/read automation?</p>
<p dir="auto">Someone said have a model knob invisible underneath and a view knob/control actually taking the mouse input and mimicing the knob behavior. but I can't seem to figure out or find anything about how to transfer the info between the two especially on reading automation</p>
<p dir="auto">The script control's plugin parameter (ScriptedControlAudioParameter) is a juce::AudioProcessorParameter, so it already has beginChangeGesture()/endChangeGesture(). What's missing is only a script-accessible entry point that calls them. A visible HiSlider already does this on drag (MacroControlledComponents.cpp:735/752); HISEScript has no equivalent.</p>
]]></description><link>https://forum.hise.audio/topic/14857/custom-controls</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 07:37:21 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14857.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Jun 2026 05:22:47 GMT</pubDate><ttl>60</ttl></channel></rss>