Dual float actually sending dual double #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sending this value 1.788877474
Single float sends actually 1.7888775 rounded a bit, which is correct, 6 digits of precision.
But when sending two arguments it becomes 1e-45
There's some conversion missing❔ I figured dual float would send float twice, not become a double. Reaper, the DAW, can't recognize double.
Is this resolved?
At least for me sending your test value from AHK to reaper works as intended and I get the same value for dual floats as for a single one.