Hello all,
I have become rusty in pure data. It seems as if I used to know the answer to this.
I would like to beable to output a "1" if a number is within a certain range
example:
[number box
|
|
[If between 11 and 20]
|
|
|
[X]
I thought this would be easier to come up with a solution than it has been
thanks in advance.