Is it possible to make the faust program hold the function instead of value? I 
come from general purpose programming languages, so I need to change the way 
I’m thinking of programming here :)

Here is the example script:

up_function  {}
down_function {}

if (current_sample == 1) {
        select down_function
}

if (current_sample == -1) {
        select up_function
}

How can I do something like that in Faust?

Thanks.

B.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to