레퍼런스 scale()

scale()

Scale this oscillator's amplitude values to a given range, and return the oscillator. Calling this method again will override the initial scale() with new values.

구문

scale(inMin, inMax, outMin, outMax)

매개변수

inMin

input range minumum

inMax

input range maximum

outMin

input range minumum

outMax

input range maximum

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

관련 레퍼런스