google / blockly-games

Games for tomorrow's programmers.
https://blockly.games/
Apache License 2.0
1.28k stars 603 forks source link

Blockly Music - notes position on staff are off by an octave #217

Open moniika opened 3 years ago

moniika commented 3 years ago

In the music game, the notes appear in the wrong position of the staff in the dropdown picker and in the visualizer on the left of the screen.

The note currently played for C4 is middle C (~262Hz). Middle C is not determined by the note name (in midi standard middle c can be named C3 or C5), but rather by the pitch (frequency). Middle C should always appear on the first ledger line below the treble staff.

image

However, in the game, the middle C note incorrectly appears an octave above where it should be.

image

Context

https://groups.google.com/g/blockly/c/br4oZAHHWww