How to visualize RNBO outports (peak data) in Scriptnode?
-
Hi,I have a compiled RNBO C++ node running inside a Script FX. The node works, but I cannot see or "tap" the outport data (peak values) coming from RNBO. My question:
How can I expose these internal outports as blue pins on the Scriptnode wrapper so I can connect them to a core.display node? Currently, only the input parameters are visible, but the data stream from RNBO to the HISE interface is missing. Is there a specific C++ flag or a setting in the node_properties.json to make these outports visible? Thanks!