Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
momentollogy committed Apr 18, 2023
1 parent 1d4c997 commit 4483300
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h1>Arduino Piano Buzzer Song Creator V1 <br> <small>by momentollogy</small><br>
80: 622.25, // P
59: 659.26, // ;
222: 698.26, // ;
219: 739.99, // [
221: 739.99, // ]
220: 783.99, // \

};
Expand Down Expand Up @@ -239,7 +239,7 @@ <h1>Arduino Piano Buzzer Song Creator V1 <br> <small>by momentollogy</small><br>
'NOTE_Ds5': 80,
'NOTE_E5': 59,
'NOTE_F5': 222,
'NOTE_Fs5': 219,
'NOTE_Fs5': 221,
'NOTE_G5': 220,

};
Expand All @@ -255,7 +255,7 @@ <h1>Arduino Piano Buzzer Song Creator V1 <br> <small>by momentollogy</small><br>
85: 'U',
79: 'O',
80: 'P',
219: '[',
221: '[',
};

document.querySelectorAll('.key.black').forEach((key) => {
Expand Down

0 comments on commit 4483300

Please sign in to comment.