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

Tony Maryana niejogja at gmail.com
Sun May 15 09:29:46 EDT 2011


Hey Kassen.
Thanks a lot for your information. I have simple solution for that  just add float number 0.0 to variable int number. 
Std.rand2( 0, 22 ) => int nilai=> shake.which;
       0.0+nilai=>float hasil;// convert int variable nilai to float
      hasil => m.floatout


More information about the chuck-users mailing list