Tone.Tremolo
↳ EXTENDS Tone.StereoEffectTone.Tremolo modulates the amplitude of an incoming signal using a Tone.LFO. The type, frequency, and depth of the LFO is controllable.
CONSTRUCTOR
new Tone.Tremolo ( [The rate of the effect.
The depth of the effect.
DEFAULTS
EXAMPLE
Members
.depth
↝ NormalRange #The depth of the effect. A depth of 0, has no effect on the amplitude, and a depth of 1 makes the amplitude modulate fully between 0 and 1.
.spread
↝ Degrees #Amount of stereo spread. When set to 0, both LFO’s will be panned centrally. When set to 180, LFO’s will be panned hard left and right respectively.
.context
↝ Tone.Context READONLY #Get the audio context belonging to this instance.
.wet
↝ NormalRange #The wet control, i.e. how much of the effected will pass through to the output.
Methods
.start ( )
#When the tremolo begins.
this
Start the tremolo.
.stop ( )
#When the tremolo stops.
this
Stop the tremolo.
.sync ( )
#Delay time before starting the effect after the Transport has started.
this
Sync the effect to the transport.
.disconnect ( )
#Either the output index to disconnect if the output is an array, or the node to disconnect from.
this
disconnect the output
.toMaster ( )
#this
Connect ‘this’ to the master output. Shorthand for this.connect(Tone.Master)
EXAMPLE
.connect ( )
#optionally which output to connect from
optionally which input to connect to
this
connect the output of a ToneNode to an AudioParam, AudioNode, or ToneNode