olofson / audiality2

A realtime scripted modular audio engine for video games and musical applications.
http://audiality.org/
zlib License
79 stars 5 forks source link

"Spectrum" oscillator #298

Open olofson opened 7 years ago

olofson commented 7 years ago

An additive synthesis based oscillator, similar to the "spectrum" oscillator of Audiality 1 AGW, where large numbers of partials are controlled by a small number of simple parameters, controlling the frequency spread, amplitude fall-off etc.

Could probably be implemented over #296 and/or #297, but since it's a small set of special cases, it might make sense to implement it as a separate unit, for ease of use, and performance.