Expand description
A simple and intuitive music library.
Structs§
- Key
- A collection of seven notes, categorised by a
Mode
. - Mode
Iter - Note
- A note, represented as a single positive integer (called it’s
value
). Avalue
of 0 = C0, 1 = Db0 etc. - Note
Iter - An iterator over a
Note
.
Enums§
- Mode
- An enumeration over the seven musical modes.
Functions§
- guess_
keys - Guesses keys that the given collection of
notes
could belong to.