dukesrg / logue-osc

Custom oscillators for Korg logue-sdk compatible synths. Contains Oscillator API extensions and reusable header to create wavetable-based oscilator and example web page for user wave data injection.
https://dukesrg.github.io/logue-osc/
105 stars 6 forks source link

FMxx multi-carrier voices clipped/distorted #29

Closed dukesrg closed 3 years ago

dukesrg commented 3 years ago

Each operator is calculated in the full range of Q31 fixed point. So with high operator level & high velocity saturation will occur. Could be fixed with scaling all the dynamic range inside Q31 but the original range/bit depth is still unclear.

dukesrg commented 3 years ago

Fixed in edfcfda