Add actual notes that our music box plays
This commit is contained in:
parent
eb92ce143b
commit
ff1fb90351
2 changed files with 37 additions and 0 deletions
30
MusicBoxNotes.txt
Normal file
30
MusicBoxNotes.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
G3 Low
|
||||
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
|
||||
C6
|
||||
C#6
|
||||
D6
|
||||
D#6
|
||||
E6
|
||||
F6
|
||||
F#6
|
||||
G6
|
||||
A6 High
|
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# MusicBoxConverter
|
||||
|
||||
> Converts MIDI files into music box scores that are ready to print.
|
||||
|
||||
## Useful Links
|
||||
- [ffmpeg - showspectrumpic manual](https://ffmpeg.org/ffmpeg-filters.html#showspectrumpic)
|
||||
- [Frequency to Musical Note Converter](https://newt.phys.unsw.edu.au/music/note/)
|
Loading…
Reference in a new issue