micknoise / Maximilian

C++ Audio and Music DSP Library

Home Page:http://www.maximilian.strangeloop.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multivoice Oscillators

sksar opened this issue · comments

How to get multiple voices in an Oscillator ? I Browser through the library and I didn't find anything that adds sort of unison and detune to an oscillator.
I am looking forward to create a Synth using Maximilian and JUCE, but most synths have a feature to add multiple voices and detune them slightly to get a richer sound. (Not to be confused with Polyphony which is multiple notes).

Is There any way to get it working ? Or there is no feature as such ?

You need to use more than one oscillator. Check the polyphonic synth example.