From b540c8ec7b66c88368354b9a2aab5ed5ae4971bc Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Tue, 10 Jan 2017 18:04:13 -0500 Subject: [PATCH] remove commented code --- src/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.js b/src/index.js index 8c9d8ee..8686ff4 100644 --- a/src/index.js +++ b/src/index.js @@ -36,10 +36,6 @@ function AudioEngine () { Tone.Master ); - // alternate version without effects: - // this.input = new Tone.Gain(); - // this.input.connect(Tone.Master); - // global tempo in bpm (beats per minute) this.currentTempo = 60;