Hi Juce,
Could you please provide for some basic math functions in Littlefoot? Or maybe point us to a Littlefoot implementation of these? I’m talking about cos(),sin(),tan() and friends…
Cheers,
Joris
Hi Juce,
Could you please provide for some basic math functions in Littlefoot? Or maybe point us to a Littlefoot implementation of these? I’m talking about cos(),sin(),tan() and friends…
Cheers,
Joris
It’s a good FR, though even if they were added to a future version of the firmware, that will take a long time before it rolls out to everyone’s hardware.
In the meantime you might want to roll your own function - perhaps be inspired by the juce fast math approximations:
Thanks Jules,
I understand and will take a look at your fastmath functions (port them to Littlefoot).
Has anyone else already done so?
Cheers,
Joris
Thanks all for your responses. i was having similar questions and your answers were helpful to me.