[chuck-users] How To convert integer number to float number on max msp

Tony Maryana niejogja at gmail.com
Sun May 15 02:30:53 EDT 2011


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;
    
}
///////////////////////////////////////////////



More information about the chuck-users mailing list