Crate minstrel

Source
Expand description

A simple and intuitive music library.

Structs§

Key
A collection of seven notes, categorised by a Mode.
ModeIter
Note
A note, represented as a single positive integer (called it’s value). A value of 0 = C0, 1 = Db0 etc.
NoteIter
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.