[BUG] Scriptnode Network - Faust node disappears
-
@Christoph-Hart I've just started to test things out with FAUST, and I tried the DF Zita Rev1 reverb.
When saving the faust dsp file and then refreshing the
core.faust
node, the node works but disappears out of the scriptnode graph :Steps to reproduce :
- load this code into a faust node :
import("stdfaust.lib"); process = _,_ : dm.zita_rev1 : _,_;
- refresh
-
@Matt_SF Yes that's a nice glitch, happens here too. I'll fix it later.
-
It wasn't a faust issue, but a scriptnode bug. Apparently nobody has ever tried to use a node with 11 parameters so the parameter knob layout method went totally crazy because 11 is a prime number :)
-
@Christoph-Hart that's a funny one