[chuck-users] not receiving osc in

altern altern2 at gmail.com
Tue Nov 7 01:26:36 EST 2006


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 at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
> 



More information about the chuck-users mailing list