mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
Making the Analyser a passthrough node.
This commit is contained in:
parent
0dcdd57067
commit
5d6f1806c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue