PfadeOut:
Filter:
Classes | Streams-Patterns-Events > Patterns > Filter

PfadeOut : PfadeIn : FilterPattern : Pattern : AbstractFunction : Object

Fade an event pattern out
Source: Pxfade.sc

Class Methods

PfadeOut.new(pattern, fadeTime: 1.0, holdTime: 0.0, tolerance: 0.0001)

From superclass: PfadeIn

Arguments:

pattern

The pattern to fade out. Must be an event pattern that plays a synth with the \amp parameter.

fadeTime

The time it will take to fade.

holdTime
tolerance

The tolerance for the rounding of elapsed time used when setting the amplitude of the input pattern.

Inherited class methods

Instance Methods

.fadeTime

.fadeTime = value

From superclass: PfadeIn

Get or set the fadetime

.holdTime

.holdTime = value

From superclass: PfadeIn

Get or set the hold time

.tolerance

.tolerance = value

From superclass: PfadeIn

Get or set the tolerance used when rounding the internal time.

.embedInStream(inval)

Arguments:

inval

.storeArgs

From superclass: PfadeIn

Inherited instance methods

Examples