Lfo Op

Lfo

This op is deprecated!

It will not receive any updates

Low frequency oscillator, can be connected to an audio parameter


LFO stands for low frequency oscillator. LFO produces an output signal which can be attached to an audio parameter in order to modulate that it with an oscillator.

The LFO can also be synced to the transport to start/stop and change when the tempo changes (not implemented yet).

Please note: square-waves do not approximate ±1, more like ±0.85, so if you want to modulate the frequency of an oscillator e.g. the result will be slightly off, see Tone.js Github discussion


Edit Documentation

Full Name
  • Ops.Deprecated.WebAudio.Lib.Tonejs.Component.Lfo
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorJavascript Libraries


 

INPUT PORTS


Frequency (Dynamic)

The LFO’s frequency

Amplitude (Dynamic)

The amplitude of the LFO, which controls the output range between the min and max output. For example if the min is -10 and the max is 10, setting the amplitude to 0.5 would make the LFO modulate between -5 and 5

Min (Number)

The miniumum output of the LFO

Max (Number)

The maximum output of the LFO

Type (Number)

The type of the oscillator: sine, square, sawtooth, triangle

Phase (Number)

The phase of the LFO

Volume (Number)

The volume of the output in decibels

Mute (Number)

Mute the output

OUTPUT PORTS


Audio Out (Object)

The signal


Patches using Lfo

  • Examples
  • Public
  • My Patches