attilammagyar / js80p

A MIDI driven, performance oriented, versatile synthesizer.
https://attilammagyar.github.io/js80p/
GNU General Public License v3.0
90 stars 5 forks source link

Frequency controllers are linear #1

Closed SpacemanPaul closed 1 year ago

SpacemanPaul commented 1 year ago

All the frequency (Hz) based controllers go from:

This is basically unusable for synthesis.

All manual adjustment needs to be done to these parameters on a logarithmic scale - 1 volt per octave.

All internal modulation should work like that on frequency parameters too.

attilammagyar commented 1 year ago

Thanks for the idea, I'll consider implementing this later.

attilammagyar commented 1 year ago

Logarithmic scale filter cutoff frequency support will be released in v1.4.0 in a few days.