This commit is contained in:
Kelvin Sherlock 2023-05-28 15:45:33 -04:00
parent 18e306e277
commit 0587b3aaab
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ function NoteDisplay(props) {
const { osc, note } = props;
return PitchDisplay({osc: osc, pitch: NoteFrequency(note)});
}
function PitchDisplay(props) {