Sine Wave Generator
Type ID: SineSynth
Interface classes: RoutingMatrix
A simple and lightweight sine wave generator.
It can be used to drive a FM Synthesiser, or stacked together for Additive Synthesis or used as simple enhancement of another sound.
It has two operating modes for the pitch definition :
| Musical | Harmonic |
| in octaves / semitones. | As harmonics compared to the root frequency. Use this mode for additive synthesis - it will allow to define the harmonic structure of the resulting sound more clearly. |
It also has a internal Wave - Shaper effect, that allows to quickly add some harmonics to dirten up the sound.
Parameters
| # | ID | Description |
| 4 | OctaveTranspose
|
If the mode is set to Musical, this defines the coarse frequency. |
| 5 | SemiTones
|
If the mode is set to Musical, this defines the fine frequency in semitones. |
| 6 | UseFreqRatio
|
Toggles between the two modes for the pitch definition. |
| 7 | CoarseFreqRatio
|
If the mode is set to Harmonics, this defines the harmonic index(1 being the root frequency). |
| 8 | FineFreqRatio
|
If the mode is set to Harmonics, this defines the fine frequency(as factor). |
| 9 | SaturationAmount
|
The saturation amount for the internal wave shaper.Use this to quickly add some harmonics. |