We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3959580 commit b40bc25Copy full SHA for b40bc25
src/tone.js
@@ -71,7 +71,6 @@ class ComplementaryToneGenerator {
71
72
const nextNote = this.currentScale[this.scaleIndex];
73
74
- console.log(nextNote, this.currentRootNoteIndex, this.currentRootNoteIndex)
75
this.synth.triggerAttackRelease(nextNote, '8n');
76
}
77
0 commit comments