flubber2077 / bass_synth

GNU General Public License v3.0
2 stars 0 forks source link

Glide fix for filter #46

Closed flubber2077 closed 2 years ago

flubber2077 commented 2 years ago

Glide updates every block; at larger blocks this has audible stepping. Leaving the glide functionality inside of the oscillator and frequency class feels like bad programming but unsure how to effectively update per sample when SynthVoice operates on the block as a whole.

Fixed a small error in response in the keyboard tracking function Updated the range and taper of Resonance control Deleted glide functionality out of oscillator class Changed updateTrackingRatio to have frequencies as input instead of Midi Note, which is much cleaner and easier actually.