Page 1 of 1

Double floats in FS 3.09

Posted: Wed Dec 15, 2021 6:21 pm
by tor
In FS 3.09 one can declare double float variables in DSP code with "double" instead of "float". But is it possible to set inputs and outputs in the code module to double floats instead of "streamin" and "streamout"?

If so, how?

I guess it at least in theory must be possible as we have components that convert both ways to and from single and double. Maybe ASM code has the possibility?