ScaledEnvelope Op

ScaledEnvelope

This op is deprecated!

It will not receive any updates

ScaledEnvelop is an envelope which can be scaled to any range



Edit Documentation

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


 

INPUT PORTS


Audio In (Object)
Attack (Number)

The attack time is the amount of time it takes for the envelope to reach it's maximum value

Decay (Number)

After the attack portion of the envelope, the value will fall over the duration of the decay time to it's sustain value

Sustain (Number)

The sustain value is the value which the envelope rests at after triggerAttack is called, but before triggerRelease is invoked

Release (Number)

After triggerRelease is called, the envelope's value will fall to it's miminum value over the duration of the release time

Attack Curve (Number)
Release Curve (Number)

The shape of the release

Min (Number)

The envelope's min output value. This is the value which it starts at and where it will end

Max (Number)

The envelope's max output value. In other words, the value at the peak of the attack portion of the envelope

Exponent (Number)

The envelope's exponent value

OUTPUT PORTS


Audio Out (Object)

Patches using ScaledEnvelope

  • Examples
  • Public
  • My Patches