Hello,

I am currently experimenting with a few interesting chaotic oscillators.

— Is there a place I can find some examples by any chance ?

— How would you create such a recursive chain :

One = A : B : Two : @(1);
Two = C : D : One : @(1);
process = One;

For instance, the online FaustIDE gives me the error:
ERROR : after 400 evaluation steps, the compiler has detected an endless 
evaluation cycle of 16 steps.

Isn't a one sample delay, @(1), at the end of each chain enough to create time ?


Thank you very much !!
O.

----------------------
Olivier Pasquet
www.opasquet.fr
_______________________________________________
Faudiostream-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to