From b62f63fb55c635b78cf65d656aa1985f80188d1e Mon Sep 17 00:00:00 2001 From: Denis Thiessen Date: Tue, 11 Jun 2024 22:24:06 +0200 Subject: [PATCH] fix: Added informational comment. --- src/core/audio/AudioHandler.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/audio/AudioHandler.jsx b/src/core/audio/AudioHandler.jsx index 3fc403a..c33cb04 100644 --- a/src/core/audio/AudioHandler.jsx +++ b/src/core/audio/AudioHandler.jsx @@ -58,6 +58,7 @@ const calculateDetailMotifVersion = function (textDensity, linkDensity) { return 3 * textDensity + linkDensity; }; +// C-Major Chord Progression const tabChordProgression = [ generateChord(60, "major"), generateChord(62, "minor"),