HISE Docs

fm

core.fm

A FM operator that applies the incoming signal as frequency modulation to a sine wave.

Parameters

ID Range Default Description
Frequency 20.00 - 20000.00 20.00 the root frequency of the oscillator. It processes MIDI messages, so in a Synthesiser environment, you don't need to change this.
Modulator 0.00 - 1.00 0.00 a simple gain stage of the incoming signal (=modulator), which results in the FM amount.
FreqMultiplier 1.00 - 12.00 1.00 a pitch multiplier. You can use it to create different harmonics or connect it to a core.hise_mod node for pitch modulation.
Gate 0.00 - 1.00 1.00 no description.


This node can be used to build up FM synthesisers. It takes the incoming signal and interprets it as frequency modulation, so you can stack them together to create more complex FM algorithms.

Currently the waveform that is being modulated is restricted to a sine wave but I might add a few other basic waveforms later on.