lowering meter size

to increase performance
This commit is contained in:
tambien 2019-01-08 20:23:54 -05:00
parent c21e5758d8
commit c712219198

View file

@ -41,7 +41,7 @@ define(["../core/Tone", "../component/Analyser", "../core/AudioNode"], function(
* @private
* @type {Tone.Analyser}
*/
this.input = this.output = this._analyser = new Tone.Analyser("waveform", 1024);
this.input = this.output = this._analyser = new Tone.Analyser("waveform", 256);
};
Tone.extend(Tone.Meter, Tone.AudioNode);