Understanding numerical patterns

Joe's icon

Hi guys

I am working on a gestural patch, which I am building to recognise a particular gesture. I am at a stumbling block regarding the "if" function. Is it possible to make the "if" function understand a sequence of numbers rather than analyse whether it is greater or lower than a number?

All the best

J

jhindsight's icon

what about using match instead?

Wetterberg's icon

yeah, I think typically problems get easier to solve when we move away from "how do I make object x solve this" to "how do I solve this, using any of max's objects... especially when object x is [if] ;)

Joe's icon

thanks, match is works just fine, much more simple than using "if" in this case

Cheers

J