From 3a51336a3a442c7914eea45776dfb05b2991ab72 Mon Sep 17 00:00:00 2001 From: Robert Wu <85952307+robertwu1@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:02:50 -0700 Subject: [PATCH] Update README.md --- samples/SoundBoard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/SoundBoard/README.md b/samples/SoundBoard/README.md index 23e14e682..47c703587 100644 --- a/samples/SoundBoard/README.md +++ b/samples/SoundBoard/README.md @@ -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.