libossia
libossia copied to clipboard
[oscquery] unit cartesian3D reqires EXTENDED types
trying to set a vec3f parameter's unit as position.cart3D doesn't have any effect on score's side. compared to position.spherical for example that appears in the JSON as
"UNIT":"postition.sphericla"
the JSON created by ossia-Pd for cartesian.cart3D loocks like:
"EXTEDED_TYPE":["position.cartesian.x", "position.cartesian.y", "position.cartesian.z"],
"EXTEDED_TYPE":"vecf",
with no "UNIT" and 2 "EXTENDED_TYPE".
could this be because position.cart3D is the neutral position unit ?