Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwu1 authored Sep 24, 2024
1 parent 2de7552 commit 3a51336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/SoundBoard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The compiler optimization flag `-Ofast` can be found in [CMakeLists.txt](CMakeLi

Each SynthSound is a series of 5 Oscillators, creating a pleasant sounding note when combined.

There are 30 notes, corresponding to G3 to C6, moving left to right, top to bottom.
The number of notes depends on the shape of the screen, with G3 being the first note.

In order to determine whether a note should be played, MusicTileView demonstrates how to keep track of where each finger is.

Expand Down

0 comments on commit 3a51336

Please sign in to comment.