XML Feeds

.

[maxmsp] Re: Output of an if statement

justin justin at lowtech.org
Mon Jul 2 07:41:35 MDT 2007


Quote: amietbeach wrote on Mon, 02 July 2007 14:23
----------------------------------------------------
> If $i1 < 44
> Then output $i1/44 (float)
> else output 1.

Also, when writing values in max objects be aware that "44" refers to an integer with a value of 44, and "44." refers to a float with the same value. A small but important difference, because this will often determine whether your output is float or integer.

j 


More information about the maxmsp mailing list