faust
faust copied to clipboard
Incorrect interval computation
import("stdfaust.lib");
process = no.noise;
produce an incorrect [0, inf] interval. Most probably caused by integer computation producing overflow, which are not properly handled.
See: https://gcc.gnu.org/onlinedocs/gcc/Integer-Overflow-Builtins.html