Referencia mult()

mult()

Multiply the p5.Oscillator's output amplitude by a fixed value (i.e. turn it up!). Calling this method again will override the initial mult() with a new value.

Sintaxis

mult(number)

Parámetros

number
Number:

Constant number to multiply

Returns

p5.Oscillator: Oscillator Returns this oscillator with multiplied output
This page is generated from the comments in lib/addons/p5.sound.js . Please feel free to edit it and submit a pull request!

Referencias Relacionadas