[PD] vanilla OSC message format

Roman Haefeli reduzent at gmail.com
Sat Nov 24 01:32:15 CET 2018


On Fri, 2018-11-23 at 22:37 +0100, Max wrote:
> 
> [symbol vector(
> |
> [oscformat -f sssss subscribe @ blender Root]

Try this:

[bang(
|
[oscformat subscribe @ blender Root vector]

It should give you the byte-identical result as [packOSC] output.

> [netreceive {port} 1]

That's ok if you expect FUDI messages from UDP. But you want binary
output as lists of floats. Use:

[netreceive -u -b {port} ]

If that still doesn't work, then you might post the raw output from
[netreive] of an incoming OSC packet here. This will help analyze
what's going on.

Roman

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20181124/68cc0ecc/attachment.sig>


More information about the Pd-list mailing list