Reference p5.Reverb

p5.Reverb

Add reverb to a sound. Reverb is an effect that is used commonly in electronic sound production. It makes input sound like it is in an actual space. Large spaces have longer decay times

Examples

Syntax

p5.Reverb([decayTime])

Parameters

decayTime
Number: Set the decay time of the reverb

Methods

set
Set the decay time of the reverb. A longer decay time makes the input sound more cavernous.

Related References