mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
remove commented code
This commit is contained in:
parent
e2255bbbbf
commit
b540c8ec7b
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue