7 Nov
2006
7 Nov
'06
1:26 a.m.
hi Ge I already thought about that so I already tried that, however this time I tried with float numbers on the PD number box and it worked. Seems that pd changes the int into float when sending the message or something like that thanks!! enrike Ge Wang wrote:
HI Enrike!
#X msg 127 98 send /test 1;
Just a stab in the dark: try:
#X msg 127 98 send /test 1.0;
The chuck code is expecting a float and the 1 is possibly sending the message with int.
Best, Ge!
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users