├── .nojekyll ├── index.html ├── notes ├── A.mp3 ├── A4.mp3 ├── As.mp3 ├── As4.mp3 ├── B.mp3 ├── B4.mp3 ├── C.mp3 ├── C4.mp3 ├── Cs.mp3 ├── Cs4.mp3 ├── D.mp3 ├── D4.mp3 ├── Ds.mp3 ├── Ds4.mp3 ├── E.mp3 ├── E4.mp3 ├── F.mp3 ├── F4.mp3 ├── Fs.mp3 ├── Fs4.mp3 ├── G.mp3 ├── G4.mp3 ├── Gs.mp3 └── Gs4.mp3 └── readme.md /.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/.nojekyll -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 67 | Piano 68 | 69 | 70 | 71 |
72 |
A
73 |
W
74 |
S
75 |
E
76 |
D
77 |
F
78 |
R
79 |
G
80 |
T
81 |
H
82 |
Y
83 |
J
84 |
85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 130 | 131 | 132 | -------------------------------------------------------------------------------- /notes/A.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/A.mp3 -------------------------------------------------------------------------------- /notes/A4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/A4.mp3 -------------------------------------------------------------------------------- /notes/As.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/As.mp3 -------------------------------------------------------------------------------- /notes/As4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/As4.mp3 -------------------------------------------------------------------------------- /notes/B.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/B.mp3 -------------------------------------------------------------------------------- /notes/B4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/B4.mp3 -------------------------------------------------------------------------------- /notes/C.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/C.mp3 -------------------------------------------------------------------------------- /notes/C4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/C4.mp3 -------------------------------------------------------------------------------- /notes/Cs.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/Cs.mp3 -------------------------------------------------------------------------------- /notes/Cs4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/Cs4.mp3 -------------------------------------------------------------------------------- /notes/D.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/D.mp3 -------------------------------------------------------------------------------- /notes/D4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/D4.mp3 -------------------------------------------------------------------------------- /notes/Ds.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/Ds.mp3 -------------------------------------------------------------------------------- /notes/Ds4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/Ds4.mp3 -------------------------------------------------------------------------------- /notes/E.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/E.mp3 -------------------------------------------------------------------------------- /notes/E4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/E4.mp3 -------------------------------------------------------------------------------- /notes/F.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/F.mp3 -------------------------------------------------------------------------------- /notes/F4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/F4.mp3 -------------------------------------------------------------------------------- /notes/Fs.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/Fs.mp3 -------------------------------------------------------------------------------- /notes/Fs4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/Fs4.mp3 -------------------------------------------------------------------------------- /notes/G.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/G.mp3 -------------------------------------------------------------------------------- /notes/G4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/G4.mp3 -------------------------------------------------------------------------------- /notes/Gs.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/Gs.mp3 -------------------------------------------------------------------------------- /notes/Gs4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nemo0/js-piano/c4194d5068a2f6210b3b812e74993cf5890812c6/notes/Gs4.mp3 -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | ![](https://j.gifs.com/mOoAOn.gif) 2 | 3 | # Piano With JavaScript 4 | 5 | - A simple JavaScript Piano Application to help understand DOM. 6 | - Notes are in the Notes Folder 7 | --------------------------------------------------------------------------------