Dual float actually sending dual double #11

Closed
opened 2023-03-08 19:35:30 +00:00 by rafaews · 1 comment

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.

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.
Owner

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.

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.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Ludwig/OSC2AHK#11
No description provided.