Add reverb to a sound.
Examples
Syntax
p5.Reverb([decayTime])
Parameters
decayTime
Number: Set the decay time of the reverb
Methods
process
Connect a source to the reverb, and assign reverb parameters.
set
Set the decay time of the reverb.
amp
Set the output level of the reverb effect.
connect
Send output to a p5.sound or web audio object
disconnect
Disconnect all output.
drywet
Adjust the dry/wet value.
Notice any errors or typos? Please let us know. Please feel free to edit src/Reverb.js and open a pull request!