mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
Modulo small doc changes.
This commit is contained in:
parent
604faee7e3
commit
0fce1bf624
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ define(["Tone/core/Tone", "Tone/signal/Multiply"], function(Tone){
|
|||
*
|
||||
* @constructor
|
||||
* @extends {Tone}
|
||||
* @param {number} modulus the modolus to apply
|
||||
* @param {number} modulus the modulus to apply
|
||||
* @param {number} [bits=8] optionally set the maximum bits the incoming signal can have.
|
||||
* defaults to 8 meaning that incoming values must be in the range
|
||||
* [-255,255]. (2^8 = 256);
|
||||
* [-255,255].
|
||||
*/
|
||||
Tone.Modulo = function(modulus, bits){
|
||||
|
||||
|
|
Loading…
Reference in a new issue