plougot
2012-06-13 01:16:46
Hi everyone !
After some researchs, i didn't find anything about floats and square roots in bome midi translator.
I found kind of a workaround for the lack of float (basically, *1000 at the beginning and /1000 at the end) but for sqrt, i'm a bit stuck.
i think i could use the Heron algorythm, which would give me some nice results, but since i don't have floats, ... And since it's not linear, i cannot just apply my silly workaround for floats....
Of course, i don't want to send a float in the end, but not having floats in the process gives me a lot of wrong results...
Any ideas ?
Thx
David
After some researchs, i didn't find anything about floats and square roots in bome midi translator.
I found kind of a workaround for the lack of float (basically, *1000 at the beginning and /1000 at the end) but for sqrt, i'm a bit stuck.
i think i could use the Heron algorythm, which would give me some nice results, but since i don't have floats, ... And since it's not linear, i cannot just apply my silly workaround for floats....
Of course, i don't want to send a float in the end, but not having floats in the process gives me a lot of wrong results...
Any ideas ?
Thx
David