5 lines
195 B
Go
5 lines
195 B
Go
// 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
|