change order of FAUST parameters?
-
Is there a way to change the order of that parameters in a FAUST node? They seem to scramble randomly every time one is added and the faust is recompiled...
declaration metadata [1] seems to be ignored
-
skew = hslider("[01]Curve", 1, 0.1, 10, 0.01); range = hslider("[02]Range", 1, 0, 1, 0.01);
There's also a bug where if you add another parameter to a faust node which already has it built, you have to manually rebuild the parameters by clicking the three dots (where you create a new Faust file) and you'll find the option there.