[maxmsp] Comparison Operators
Emmanuel Jourdan
c74-mailinglists at e--j.com
Sun Mar 2 06:23:22 MST 2008
- Previous message: [maxmsp] Comparison Operators
- Next message: [maxmsp] Re: Comparison Operators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2 mars 08, at 14:06, Adam wrote: > Maybe a simple question, but how would you create a comparison > operator that could check if the number in a number box (in its left > inlet)is >= 120 and <=130. > > Also, if the number in the numberbox meets the conditions how do you > send that exact value as an output instead of just a 1 or 0 for true > or false? [>=] and <=] do comparaisons. [&&] is a logical and which is true when both input are true. You might have a look to the tutorials which cover those aspect pretty well. Cheers, ej
- Previous message: [maxmsp] Comparison Operators
- Next message: [maxmsp] Re: Comparison Operators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
