<?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[RNBO effect bypassed in exported VST3 (works perfectly in HISE editor via Script FX &#x2F; Global Cables)]]></title><description><![CDATA[<p dir="auto">Hi everyone,<br />
I'm having a strange issue with a exported VST3 plugin containing a Max RNBO patch inside a scriptnode network.<br />
My Setup &amp; What works:<br />
Previously, I always compiled my RNBO patches successfully as a Hardcoded Master FX, and everything worked flawlessly upon export.<br />
In my current project, I moved the RNBO patch into a Script FX (using a scriptnode workspace) because I wanted to implement a peak meter.<br />
I successfully set up a global_cable inside the scriptnode network called peak to send the meter data back to the main UI.<br />
Inside the HISE editor, everything works 100% perfectly: If I put a noise generator in front of it, the RNBO effect processes the audio correctly, the parameters react, and the peak meter in the UI shows the data via the global cable.<br />
The Problem:<br />
After exporting the project as a VST3 plugin and loading it into my DAW:<br />
The audio signal passes through the plugin (it is not silent!).<br />
However, the RNBO effect itself does not engage at all. The audio signal remains completely dry/unprocessed.<br />
<img src="/assets/uploads/files/1779358859186-bildschirmfoto-2026-05-21-um-12.10.24.png" alt="Bildschirmfoto 2026-05-21 um 12.10.24.png" class=" img-fluid img-markdown" /> "Allow Compilation" is Enabled on the network. The DSP networks compiled successfully before exporting the VST3.<br />
It seems like the exported VST3 completely bypasses or ignores the internal RNBO processing node within the Script FX wrapper, even though the audio path itself is open.<br />
What am I missing here? Why does the compiled C++ version of the scriptnode network lose its processing inside the exported VST, while working perfectly inside HISE?<br />
Any help or pointing me to the right forum thread would be highly appreciated!<br />
Thanks in advance!</p>
]]></description><link>https://forum.hise.audio/topic/14763/rnbo-effect-bypassed-in-exported-vst3-works-perfectly-in-hise-editor-via-script-fx-global-cables</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 14:39:16 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14763.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 May 2026 10:21:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RNBO effect bypassed in exported VST3 (works perfectly in HISE editor via Script FX &#x2F; Global Cables) on Thu, 21 May 2026 13:53:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4131">@voxuer1</a><br />
Oh, okay. I've encountered this issue before, where something worked in HISE within a network but didn't work in the compiled plug-in. It worked fine as a hardcoded effect, though. I never figured out why, but I didn't look into it further since I was able to work with the hardcoded effect.</p>
<p dir="auto">You could try moving your RNBO patch into a frame block. I don't know if that will help, but it solved some performance issues for me.</p>
]]></description><link>https://forum.hise.audio/post/120486</link><guid isPermaLink="true">https://forum.hise.audio/post/120486</guid><dc:creator><![CDATA[Oli Ullmann]]></dc:creator><pubDate>Thu, 21 May 2026 13:53:47 GMT</pubDate></item><item><title><![CDATA[Reply to RNBO effect bypassed in exported VST3 (works perfectly in HISE editor via Script FX &#x2F; Global Cables) on Thu, 21 May 2026 12:18:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3118">@Oli-Ullmann</a> already tried all of that exactly as you suggested, but unfortunately no success yet — neither as AU nor as VST3.<br />
Current setup:<br />
Project Type = FX Plugin<br />
Force Stereo Output = enabled<br />
Enable Sound Generator FX = enabled<br />
Dry/Wet default is set to Wet<br />
I even added an extra global bypass button for testing<br />
The GUI works, but the audio signal just passes through unchanged in the exported plugin.<br />
The reason I’m not using a hardcoded effect is because I need to read data back from RNBO via outports for my peak meter. That only works for me through Global Cables / Script FX. As soon as I hardcode the network, I lose the outport communication.<br />
So currently the RNBO patch is loaded directly inside a Script FX on purpose.<br />
Inside HISE everything works perfectly, including:<br />
RNBO processing<br />
Global Cable communication<br />
Peak meter<br />
parameter control<br />
Only the exported plugin loses the DSP processing.</p>
]]></description><link>https://forum.hise.audio/post/120474</link><guid isPermaLink="true">https://forum.hise.audio/post/120474</guid><dc:creator><![CDATA[voxuer1]]></dc:creator><pubDate>Thu, 21 May 2026 12:18:20 GMT</pubDate></item><item><title><![CDATA[Reply to RNBO effect bypassed in exported VST3 (works perfectly in HISE editor via Script FX &#x2F; Global Cables) on Thu, 21 May 2026 11:23:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4131">@voxuer1</a><br />
You have a Dry/Wet knob. Is the default value for that knob set to “Wet”? For example, 1.0 or 100.0?</p>
<p dir="auto">Other things I had to do to get my effects plugin to work:</p>
<ul>
<li>Enable Sound Generator FX</li>
<li>Force Stereo Output</li>
<li>Project Type: FX Plugin</li>
</ul>
<p dir="auto">Does it work without a Global Cable?</p>
<p dir="auto">In your image, you didn't load the effect as a hardcoded effect; you can only see the ScriptFX. Are you sure you loaded the effect as a hardcoded effect before compiling?</p>
]]></description><link>https://forum.hise.audio/post/120470</link><guid isPermaLink="true">https://forum.hise.audio/post/120470</guid><dc:creator><![CDATA[Oli Ullmann]]></dc:creator><pubDate>Thu, 21 May 2026 11:23:38 GMT</pubDate></item></channel></rss>