[Cs-dev] Alternative OSC send
Date | 2005-05-18 08:36 |
From | jpff@codemist.co.uk |
Subject | [Cs-dev] Alternative OSC send |
I have written an alternative OSC opcode OSCsendl which takes a string to define types and arbitrary (well ~995) data items to send. I have not tested it properly yet, but I discovered the lo_lowlevel interface which makes this possible. If this works I would suggest withdrawing OSCsend (and renaming). Note that the arguments are incompatible. Not onto a receiver..... ==John ffitch ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-05-18 14:44 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Alternative OSC send |
jpff@codemist.co.uk wrote: > I have written an alternative OSC opcode OSCsendl which takes a string > to define types and arbitrary (well ~995) data items to send. > I have not tested it properly yet, but I discovered the lo_lowlevel > interface which makes this possible. > If this works I would suggest withdrawing OSCsend (and renaming). > Note that the arguments are incompatible. I noticed something that may be a bug. In these lines csound->Message(csound, "Unknown OSC type %c\n", *p); } p++; arg++; 'p' should probably be replaced with 'type'. ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |