Reference feedback()

feedback()

Feedback occurs when Delay sends its signal back through its input in a loop. The feedback amount determines how much signal to send each time through the loop. A feedback greater than 1.0 is not desirable because it will increase the overall output each time through the loop, creating an infinite feedback loop. The default value is 0.5

Syntax

feedback(feedback)

Parameters

feedback
Number|Object:

0.0 to 1.0, or an object such as an Oscillator that can be used to modulate this param

Returns

Number: Feedback value
Notice any errors or typos? Please let us know. Please feel free to edit lib/addons/p5.sound.js and open a pull request!

Related References