<?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[Capturing CC values for Assigned Controllers....]]></title><description><![CDATA[<p dir="auto">So I have a couple of LAF-ed sliders to represent Pitch Wheel and Modulation Wheel</p>
<p dir="auto"><img src="/assets/uploads/files/1778162541530-c368b2bb-5ee3-4320-b1a3-8a98edcb0e97-image.png" alt="c368b2bb-5ee3-4320-b1a3-8a98edcb0e97-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">In my on Controller call back I look for their CC numbers and move them accordingly...</p>
<pre><code>function onController()
{
	if(Message.getControllerNumber() == 1)
	{
		 ModulationControlDisplay.setValue(Message.getControllerValue());
	};

	if(Message.getControllerNumber() == 128)
	{
		PitchControlDisplay.setValue(Message.getControllerValue());
	};
}
</code></pre>
<p dir="auto">This all works fine - I wiggle either of these and the sliders get re-drawn.... until.....</p>
<p dir="auto">I assign CC1 to some on-screen widget..... now wiggling the Mod Wheel moves this on-screen widget...but I dont get to see the CC value showing up in my script, so the LAF-ed wheel never gets redrawn....</p>
<p dir="auto">Do we have a work around?</p>
]]></description><link>https://forum.hise.audio/topic/14710/capturing-cc-values-for-assigned-controllers</link><generator>RSS for Node</generator><lastBuildDate>Thu, 07 May 2026 18:02:17 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14710.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 May 2026 14:05:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Capturing CC values for Assigned Controllers.... on Thu, 07 May 2026 14:17:16 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> yes thank you - perfect.</p>
]]></description><link>https://forum.hise.audio/post/120163</link><guid isPermaLink="true">https://forum.hise.audio/post/120163</guid><dc:creator><![CDATA[Lindon]]></dc:creator><pubDate>Thu, 07 May 2026 14:17:16 GMT</pubDate></item><item><title><![CDATA[Reply to Capturing CC values for Assigned Controllers.... on Thu, 07 May 2026 14:11:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/67">@Lindon</a> This be what you're needing: <a href="https://docs.hise.audio/scripting/scripting-api/midiautomationhandler/index.html" rel="nofollow ugc">https://docs.hise.audio/scripting/scripting-api/midiautomationhandler/index.html</a></p>
]]></description><link>https://forum.hise.audio/post/120162</link><guid isPermaLink="true">https://forum.hise.audio/post/120162</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Thu, 07 May 2026 14:11:47 GMT</pubDate></item></channel></rss>