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)