Hallo, Martin Peach hat gesagt: // Martin Peach wrote:
In the function sendOSC_sendtyped in sendOSC.c we find: for (c=0;c<argc;c++) { atom_string(argv+c,tmp, MAXPDSTRING);
This part should really check the atom type and use atom_getfloat if it's a number, and then decide if it's an int or a float. It also won't accept any other OSC types than string, float and int. If I have time I'll try and fix it, if nobody else wants to...
Oh, please do! ;)
Ciao