tim-janik / anklang

MIDI and Audio Synthesizer and Composer
https://anklang.testbit.eu/
Mozilla Public License 2.0
52 stars 3 forks source link

DEVICES: blepsynth: fix cutoff frequency modulation for filter #9

Closed swesterfeld closed 1 year ago

swesterfeld commented 1 year ago

I played around with filter code for the blepsynth and noticed that the filter cutoff modulation was broken: fixed with this change.

Fix frequency scaling problems: the freq_in array now passes its frequency to the filter as plain Hz.

tim-janik commented 1 year ago

Thx, merged.