@ -56,6 +56,7 @@ generateNoteButton.addEventListener('click', () => {
newTone = notes[randomPitchNote][0] + randomPitchOctave
newTone = teoria.note(newTone).fq()
toneDisplay.innerHTML = newTone
})