On Tue, 10 Dec 2013, Martin Tarenskeen wrote:
- In the case of for example the FB01 I have reverse-engineered a formula
that produced a table that (almost) matched my measurements.
LFO_freq_Hz = 48. * (2 ^ (1. / 16.)) ^ (i - 250)
the number '48' was the frequency I measured for i=250, where i is in the
range 0 to 255 (8 bits).
P.S.:
In the FB01 configuration parameters LFO uses a 7 bit value (0 ~ 127). Simply double this value to convert to the 8 bit range that is used for the voice parameters in my formula.
--
MT