Making the Analyser a passthrough node.

This commit is contained in:
Yotam Mann 2016-04-25 18:05:15 -04:00
parent 0dcdd57067
commit 5d6f1806c1

View file

@ -20,7 +20,7 @@ define(["Tone/core/Tone"], function (Tone) {
* @private
* @type {AnalyserNode}
*/
this._analyser = this.input = this.context.createAnalyser();
this._analyser = this.input = this.output = this.context.createAnalyser();
/**
* The analysis type