Hi,
I don't know if this is a bug in the compiler, the interpreter
backend, or the faust code itself, but the interpreter backend crashes
when it runs this code:
import("stdfaust.lib");
divPitch = hslider("divPitch", 10, 0, 10, 0.01);
enable5 = button("enable2");
process = os.osc(1000 / divPitch) * enable5 <: _,_;
...and the "divPitch" slider is set to 0.
(I got this code anonymously through the Radium crash reporter.)
I think it's a bug in the compiler though since it refuse to compile this code:
process = 1000 / 0.0;
_______________________________________________
Faudiostream-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-users