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;