Scale this envelope's amplitude values to a given range, and return the envelope. Calling this method again will override the initial scale() with new values.
Syntax
scale(inMin, inMax, outMin, outMax)
Parameters
inMin
Number:
input range minumum
inMax
Number:
input range maximum
outMin
Number:
input range minumum
outMax
Number:
input range maximum
Returns
p5.Envelope: Envelope Returns this envelope with scaled output
Notice any errors or typos? Please let us know. Please feel free to edit lib/addons/p5.sound.js and open a pull request!