Add note of a note that went wrong in a recent test
This commit is contained in:
parent
0408e2a536
commit
cf2eca48de
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ namespace MusicBoxConverter
|
|||
public static MusicBox Note30 = new MusicBox(
|
||||
"30 Note Music Box",
|
||||
new List<string>() {
|
||||
// It played an A4, but we specified a G4
|
||||
"G3",
|
||||
"C4", "D4", "E4", "F4", "G4", "A4", "A#4", "B4",
|
||||
"C5", "C#5", "D5", "D#5", "E5", "F5", "F#5", "G5", "G#5", "A5", "A#5", "B5",
|
||||
|
|
Loading…
Reference in a new issue