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

FM64 voice change clicks #25

Closed dukesrg closed 4 years ago

dukesrg commented 4 years ago

Result of the algorithm change when modulator with non-zero L4 becomes carrier. Can be avoided with initializing L4 with 0 and setting it properly in NOTE_ON. Stranegely this won't fix TRAIN voice carrier still sounding on voice change but shouldn't :(

dukesrg commented 4 years ago

Fixed in e2ece1c