Hi,

Is there a way in Faust to specify the initial value of
a variable whose subsequent values are defined with letrec{} ?

In my code I have a signal that divides other signals with the % operator.
This divisor is defined never to be zero, but because
the letrec expression defines the value based on
the previous values of other variables, I don’t see 
how the initial value is defined at all. In practice
the initial value appears to be zero, because I get a 
divide-by-zero crash if I don’t add a bunch of other 
defensive code.

Thanks,
-mykle-

_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to