The raw did not trigger an error. But I may have tracked down the problem! It's not just the OSC objects but [route]
[udpreceive 5010]
|
[t a a]
|
|
| [print raw]
|
[unpackOSC]
|
[route /muse]
|
[print osc]
I put some [spigot]s in to test the two [print] streams together and separately.
The error does not occur reliably until [print] comes out of [route /muse] but this is the way to get all the good data out.
But then when [print raw] stream is also on the error *does not* trigger.
Seems odd behaviour.
Is there a way to filter some data before [route]?