A panning effect. Moves the sound from left to right using a value between -1 and 1.
Examples
Syntax
p5.Panner([panAmount])
Parameters
panAmount
Number: defaults to 0, accepts values between -1 and 1 representing the pan position of the sound source between the left and right speaker channels.
Methods
pan
Pan a sound source left or right with a value or signal.
Notice any errors or typos? Please let us know. Please feel free to edit src/effects/Panner.js and open a pull request!