How to: Script Node Displays?
-
Hey there, with Faust i also discovered the extensive scriptnode system and i have to say i really like it!
However i did not find a way to push my nodes dynamic and filter display information to the floating tile. (Does every display need special treatment in terms of visualizer type - i think i got envelope to work with the adsr panel)what am i missing?
Tips &Tricks appreciated. -
After Adding the External Display Buffer from there, follow/modify the below instructions. It is for the gain reduction but the process is similar:
Scriptnode Compressor Gain Reduction
Set the display buffer of the compressor to external, then you can fetch it from the outside. Content.makeFrontInterface(600, 600); // Fetch a displaybuffer...
Forum (forum.hise.audio)