@ -55,8 +55,8 @@ generateNoteButton.addEventListener('click', () => {
const randomPitchNote = randomPitch % 12
newTone = notes[randomPitchNote][0] + randomPitchOctave
toneDisplay.innerHTML = newTone
newTone = teoria.note(newTone).fq()
})
playButton.addEventListener('click', ()=>{