remove commented code

This commit is contained in:
Eric Rosenbaum 2017-01-10 18:04:13 -05:00
parent e2255bbbbf
commit b540c8ec7b

View file

@ -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;