![](https://secure.gravatar.com/avatar/6d2db068f84db158f06c7bba046d7c5c.jpg?s=120&d=mm&r=g)
15 May
2011
15 May
'11
2:30 a.m.
HI, Every one Would you give me solution for my problem about converting integer number to float number. this is sample my script ,this work on mini audicle but still error on chuck objek on max msp. Thanks alot for your help ///////////////////////////////////////////// while (true) { Std.rand2(24 , 35) => int asoy; // integer number to be converted asoy $ float => float asik; //convert int to float ( asik => m.floatout// send data information to outlet chuck object on max msp 0.7::second => now; count + 2.0 => count; } ///////////////////////////////////////////////