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

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to