FMSynth

Frequency modulation synthesizer

Constructors

this
this(Synth carrier, Synth modulator, float frequencyRatio)

Constructor.

Members

Functions

eval
float eval(Sound sound, ulong position, float frequency)

Evaluate FM sample.

Variables

carrier
Synth carrier;
Undocumented in source.
frequencyRatio
float frequencyRatio;
Undocumented in source.
modulator
Synth modulator;
Undocumented in source.

Inherited Members

From Synth

eval
float eval(Sound sound, ulong position, float frequency)

Evaluate a sample.

Meta