<?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[linking slider to a simplegain, the other way around.]]></title><description><![CDATA[<p dir="auto">i have a filmstrip of a vumeter on a slider,  iam just tryin to effect the slider values with the value of the peak on a simplegain, iam using the getAttribute function ,but the console says function now found. i could have used a matrixpeakmeter with laf to run the filmstrip but this is just how i want to do it.</p>
<pre><code>
const var SimpleGain = Synth.getEffect("SimpleGain1");
const var vumt = Content.getComponent("vumt");

const var VUTimer = Engine.createTimerObject();
VUTimer.setTimerCallback(function()
{
    var peak = SimpleGain.getAttribute(SimpleGain.Peaks);
    vumt.setValue(peak);
});
VUTimer.startTimer(30);
</code></pre>
]]></description><link>https://forum.hise.audio/topic/14672/linking-slider-to-a-simplegain-the-other-way-around</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Apr 2026 12:11:55 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14672.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Apr 2026 08:06:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to linking slider to a simplegain, the other way around. on Mon, 27 Apr 2026 09:55:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4915">@Jeetender</a> Use a peak meter floating tile and look and feel.</p>
]]></description><link>https://forum.hise.audio/post/119868</link><guid isPermaLink="true">https://forum.hise.audio/post/119868</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Mon, 27 Apr 2026 09:55:00 GMT</pubDate></item><item><title><![CDATA[Reply to linking slider to a simplegain, the other way around. on Mon, 27 Apr 2026 08:30:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4915">@Jeetender</a> I don't think the SimpleGain has an attribute named Peaks</p>
<pre><code>SimpleGain.getAttribute(SimpleGain.Peaks)

//    try
SimpleGain.getAttribute(SimpleGain.Gain)

</code></pre>
]]></description><link>https://forum.hise.audio/post/119864</link><guid isPermaLink="true">https://forum.hise.audio/post/119864</guid><dc:creator><![CDATA[ulrik]]></dc:creator><pubDate>Mon, 27 Apr 2026 08:30:40 GMT</pubDate></item></channel></rss>