[PD] oscSend, pd argument types

2007-12-06 Thread Damian Stewart
hey, i'm trying to use oscSend to send some numeric data to another application. basically i've got a float between 0 and 1. the receiving application unpacks the packet, assuming it's a float. the problem is, oscSend packs 0 and 1 as an int, but 0.01 - 0.999 as a float. so on the

Re: [PD] oscSend, pd argument types

2007-12-06 Thread IOhannes m zmoelnig
Damian Stewart wrote: hey, is there any simple workaround? yes, use mrpeach's [udpsend]+[packOSC] objects; they allow you use typed OSC-messages and whatelse. mfga.sdr IOhannes ___ PD-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] oscSend, pd argument types

2007-12-06 Thread Martin Peach
Damian Stewart wrote: hey, i'm trying to use oscSend to send some numeric data to another application. basically i've got a float between 0 and 1. the receiving application unpacks the packet, assuming it's a float. the problem is, oscSend packs 0 and 1 as an int, but 0.01 - 0.999