<?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[Best practice for Real-Time Metering: How to pass dynamic peak values from RNBO to HISE UI?]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I'm trying to build a Peak Meter in HISE where the UI fader/progress bar is driven by dynamic values calculated inside an RNBO patch.</p>
<p dir="auto">I've been stuck for hours trying to bridge the gap between the RNBO C++ engine and the HISE UI Designer. My goal is simple: Read a real-time amplitude/peak value from RNBO and use it to animate a HISE component.</p>
<p dir="auto">I've explored these three avenues, but each seems to have a "dead end" in my current workflow:</p>
<p dir="auto">The Audio Out Way: I added extra out~ ports in RNBO (Channels 3+4) for the peak signal. My plan was to route these to a to_global_cable node in Scriptnode and read them via Globals.getValue() in the UI. However, I keep hitting "Channel Mismatch" errors or the extra pins simply don't show up in the Scriptnode UI.</p>
<p dir="auto">The Data Port Way: Has anyone successfully used RNBO outport messages to send data values directly to the HISE message stack?</p>
<p dir="auto">The Parameter Way: Can an RNBO param be updated internally by the RNBO logic (like a follower) and "push" that change back to the HISE parameter system so the UI can listen to it?</p>
<p dir="auto">If you have a working project with RNBO and a dancing VU-meter, could you please share the "Golden Path"? Is the to_global_cable via extra audio channels indeed the way to go, or is there a more efficient "scripting" way?</p>
<p dir="auto">Thanks for your help!</p>
]]></description><link>https://forum.hise.audio/topic/14724/best-practice-for-real-time-metering-how-to-pass-dynamic-peak-values-from-rnbo-to-hise-ui</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 20:06:57 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14724.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 10 May 2026 18:20:57 GMT</pubDate><ttl>60</ttl></channel></rss>