really basic question
sorry i'm a complete beginner and i know this sounds incredibly stupif but i just spent several hours to find a really simple thing with absolutely no success since it's so general i don't know what words to search for. i have a controller which sends data which passes through some data smoothing and at the end of that i just need to tell the beast to pass on all nummbers (int) smaller than 32 or bigger then 96 and loose the rest.
or, in other words, simply to filter out all numbers from 33-95.
how would i do that?
thanks
karl
Max Patch
Copy patch and select New From Clipboard in Max.
Here's one way:
How about [split 32 96].
split. that's it. thank you so very much!
:)
karl