Hans-Christoph Steiner schrieb:
It seems that it would be useful to create a defacto standard for long numbers. It could just be a list of two floats:
[87891234 987234.23(
or maybe a special selector:
[long 87891234 987234.23(
I imagine this lib has something like that.
Exactly, it takes [list 123 0.0001(, [double 123 0.0001( or [float 123( in any of the objects' inlets and outputs something like [list 456 0.0002(. I'm thinking of open-sourcing the hr library anyway - it contains all relevant math operations, message and signal ones.
gr~~~