surge-synthesizer / surge

Synthesizer plug-in (previously released as Vember Audio Surge)
https://surge-synthesizer.github.io/
GNU General Public License v3.0
3.15k stars 400 forks source link

Use wavetables as a waveshaper shape #6784

Open VincyZed opened 1 year ago

VincyZed commented 1 year ago

As discussed on Discord, it would be a really interesting idea to be able to load a wavetable as a waveshaper shape, and to scan through that wavetable dynamically. This would require an additional "Morph" parameter, and may be tricky to do, which is why I put it in unscheduled for now.

mkruselj commented 1 year ago

I guess one possible option to do this would be to add menu options to allow audio input as waveshaper, in the form of "Osc x Output" menu entries?

However this would probably add latency since we have to grab a full cycle, I guess?