Browse Source

fix: Added informational comment.

master
Denis Thiessen 4 months ago
parent
commit
b62f63fb55
  1. 1
      src/core/audio/AudioHandler.jsx

1
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"),

Loading…
Cancel
Save