Problem receiving osc strings

What am I doing wrong? Binding and sending OSC to Public channel works fine, but I can only receive floats but no strings
send osc test 1#.vl (15.7 KB)

thanks for pointing this out. fixed for 7.0 stable

maybe another one with spreads (boolean)
send osc test 2.vl (10.9 KB)

the test 2.vl (sending a spread with boolean) is still not working…

confirmed. this is now also fixed with latest previews. but independent of the fix i also had to fix your file: you had the receiver typed to Spread<Spread<Boolean>> instead of just Spread<Boolean>.
send osc test 2-fix.vl (10.7 KB)

Hello Guys,

Maybe its not related but I have also a bug with string Osc binding…

Its sending the message but an error is happening, its not really problematic if it’s the patch, but this error prevent the opening of the export application version of it.

An exception happen!

Only happen with binding .. no problem with classical osc sender…

Test on 7.0 and 7.1

Thank you !!!

@Raphael please share that patch so we can replicate

Hey joreg,

I just took the patch example of this conversation, the first one by chromachroma