Understanding numerical patterns
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
what about using match instead?
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] ;)
thanks, match is works just fine, much more simple than using "if" in this case
Cheers
J