ossia / libossia

A modern C++, cross-environment distributed object model for creative coding and interaction scoring
https://ossia.io
GNU Lesser General Public License v3.0
200 stars 33 forks source link

ossia.parameters units issue and proposal #579

Open vincentgoudard opened 3 years ago

vincentgoudard commented 3 years ago

ossia.parameter will spit out an error if one is using

I guess the problem is twofold :

vincentgoudard commented 3 years ago

One more thought on this : there is a number of dimensions that do not have dimensions (ratios like angles, concentrations, artihmetic or geometric gains, etc.) while they do have units (radian for angles, dB for audio gain, m/m for elasticity, etc.) and those units are :

FWIW, there is a list of such dimensionless quantities here : https://en.wikipedia.org/wiki/List_of_dimensionless_quantities

So the unit conversions mentionned in my previous message should probably implemented in parallel with the displayed units.