Implement unison oscillators: multiple versions of slightly detuned oscillators that are added up to make a signal.

This commit is contained in:
Veikko Sariola
2020-05-19 21:12:49 +03:00
committed by Veikko Sariola
parent adc4a6e45f
commit dc99157fbb
8 changed files with 95 additions and 14 deletions

View File

@ -73,6 +73,10 @@ New features since fork
spare. See [this example](tests/test_oscillat_sample.asm), and this Python
[script](scripts/parse_gmdls.py) parses the gm.dls file and dumps the
sample offsets from it.
- **Unison oscillators**. Multiple copies of the oscillator running sligthly
detuned and added up to together. Great for trance leads (supersaw). Unison
of up to 4, or 8 if you make stereo unison oscillator and add up both left
and right channels. See [this example](tests/test_oscillat_unison.asm).
Future goals
------------