[][src]Crate minstrel

Structs

Interval

A musical interval, represented as a number of semitones.

Key

A collection of seven notes, categorised by a Mode.

ModeIntervalIter

An iterator over a mode's intervals.

ModeIter
Note

A musical note, represented as a single positive integer.

NoteIter

Enums

Mode

An enumeration over the seven musical modes.

Constants

SEMITONE

A semitone interval.

TONE

A whole tone interval (two semitones)

Functions

guess_key

Guesses keys that the given collection of notes could belong to.