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
206 stars 33 forks source link

[ossia-cpp] set_min() and set_max() do not work #386

Closed bltzr closed 6 years ago

bltzr commented 6 years ago

No notice, and the values are set to 0

tested with get_min() and remotely (with score)

bltzr commented 6 years ago

I also looked into the OSCquery JSON, and it's not there, in case that helps finding the problem

I guess there's some bug in the domain formatting but, alas, I'm not able to figure out things that deep... would you be able to have a look, @jcelerier ?

bltzr commented 6 years ago

Thanks, that works !

Though, brackets are still missing for single values, e.g. in the OSCQuery JSON:

The spec example shows brackets, and the spec tells that:

RANGE The value stored at this string is an array So I guess we need brackets, as they are the JSON marker for an array, aren't they ?

Should I open a separate issue for that ?

jcelerier commented 6 years ago

Should I open a separate issue for that ?

yes please !

bltzr commented 6 years ago

done!