libossia icon indicating copy to clipboard operation
libossia copied to clipboard

[oscquery] unit cartesian3D reqires EXTENDED types

Open thibaudk opened this issue 6 years ago • 0 comments

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 ?

thibaudk avatar Dec 19 '19 22:12 thibaudk