FigBug / slPlugins

Various VST/AU Plugins from SocaLabs.com
https://www.socalabs.com
BSD 3-Clause "New" or "Revised" License
89 stars 16 forks source link

ToneGenerator frequency range #1

Closed endolith closed 4 years ago

endolith commented 4 years ago

Is there a technical reason why ToneGenerator is limited to 10 kHz, or was it just not thought to be useful? (It would be useful to me)

https://github.com/FigBug/slPlugins/blob/master/plugins/ToneGenerator/Source/PluginProcessor.cpp#L136

FigBug commented 4 years ago

Above 10k, all the waveforms other than sine will pretty much just turn into sine. So I didn't think there was much point. I don't really want to change it now and break peoples presets.

FigBug commented 4 years ago

Actually, presets won't break. Just automation and I doubt that many people automate the frequency anyway. Updated.