More documentation!

This commit is contained in:
Sasha Koshka
2023-02-09 15:05:13 -05:00
parent 2cd670f4cd
commit b38232ee24
6 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
// Package music provides types relating to music theory and the math behind it.
// It is used in the fun.Piano element, and in the piano example to generate
// pitches from notes.
package music

View File

@@ -43,6 +43,7 @@ const (
NoteBb0
NoteB0
// nice
NoteA4 Note = 69
)