Will come back and write more after my exams!
Make sure the clock is tied to input 0, whatever frequency you want, play with it! Then you can play different notes by toggling the other inputs.
Not entirely sure yet, it outputs a square wave, I still need to figure out what to do with it to make it make sound.
# | Input | Output |
---|---|---|
0 | clock | Pitch + 1 Octave |
1 | C | Pitch |
2 | D | Pitch - 1 Octave |
3 | E | Pitch - 2 Octave |
4 | F | |
5 | G | |
6 | A | |
7 | B |