Skip to content

Commit

Permalink
Use major chord
Browse files Browse the repository at this point in the history
  • Loading branch information
jverneaut committed Oct 7, 2024
1 parent 6acf785 commit 82c09e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synth/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ document.documentElement.style.backgroundSize = `calc(100% / ${range})`;

const audioContext = new AudioContext();

const chord = [-24, 3, 7 - 12, 10, 14 - 12];
const chord = [-24, 4, 7 - 12, 11, 14 - 12];

const oscillators = chord.map((note) => ({
note,
Expand Down

0 comments on commit 82c09e9

Please sign in to comment.