boost Tone.Pow resolution

This commit is contained in:
Yotam Mann 2014-11-30 17:42:02 -05:00
parent cf2cb263b2
commit 9498d6af3c

View file

@ -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);