<?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[Get Panel1.getvalue() to controle Knob1 slider value]]></title><description><![CDATA[<pre><code>Content.getComponent("Knob1").set("text", Panel1.getValue());
</code></pre>
<p dir="auto">I have a panel counting from 1-10 by 1's. I would like to have Knob1 set it's value based on the number got from Panel1.getValue(). Right now the knob is replacing the text of the knob with that value. What can I change "text" to too direct the knob to set it's slider value according to the Panel1.getValue()?</p>
]]></description><link>https://forum.hise.audio/topic/2026/get-panel1-getvalue-to-controle-knob1-slider-value</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 04:18:05 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/2026.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 09 Nov 2019 06:43:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Get Panel1.getvalue() to controle Knob1 slider value on Sat, 09 Nov 2019 08:10:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/581">@TNTHM</a> try Knob1.setValue(some value here)</p>
<p dir="auto">Dont forget to add</p>
<p dir="auto">Knob1.changed()</p>
]]></description><link>https://forum.hise.audio/post/15674</link><guid isPermaLink="true">https://forum.hise.audio/post/15674</guid><dc:creator><![CDATA[Lindon]]></dc:creator><pubDate>Sat, 09 Nov 2019 08:10:07 GMT</pubDate></item></channel></rss>