Lines Matching full:linear
98 Linear interpolation calculates:
106 one half and one quarter are useful for 4-point linear interp.
159 We implement the EG1 using a linear gain value, which means that the
160 attack segment is handled by incrementing (adding) the linear gain.
163 linear on dB scale, which is equivalent to exponential damping on
164 a linear scale. Because we use a linear gain for EG1, we implement
229 of dB. However, we use a linear gain value, so we must convert
230 the LFO value in dB to a linear gain. Normally, we would use
231 linear gain = 10^x, where x = LFO value in dB / 20.
247 The divide by 20 helps convert dB to linear gain, and we might
356 * Transform gain in millibels to linear gain multiplier:
368 * Returns a 16-bit linear value approximately equal to 2^(nGain/1024)
382 * Transform linear gain multiplier to millibels
390 * nGain - linear multiplier ranging form 0 to 32767 (corresponding to [0 1] gain range).