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