mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
boost Tone.Pow resolution
This commit is contained in:
parent
cf2cb263b2
commit
9498d6af3c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ define(["Tone/core/Tone", "Tone/signal/WaveShaper"], function(Tone){
|
|||
* @type {WaveShaperNode}
|
||||
* @private
|
||||
*/
|
||||
this._expScaler = this.input = this.output = new Tone.WaveShaper(this._expFunc(exp));
|
||||
this._expScaler = this.input = this.output = new Tone.WaveShaper(this._expFunc(exp), 8192);
|
||||
};
|
||||
|
||||
Tone.extend(Tone.Pow);
|
||||
|
|
Loading…
Reference in a new issue