mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
this will improve performance.
may cause issues when setting bits which are larger than the initial value.
This commit is contained in:
parent
ad703e51d1
commit
ebca621fc7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function(Tone){
|
|||
* @type {Tone.Modulo}
|
||||
* @private
|
||||
*/
|
||||
this._modulo = new Tone.Modulo(1, 8);
|
||||
this._modulo = new Tone.Modulo(1, options.bits);
|
||||
|
||||
/**
|
||||
* used for the floor function
|
||||
|
|
Loading…
Reference in a new issue