Module note

Source
Expand description

Abstractions for working with notes, letters and octaves.

Structs§

Note
A musical note encapsulating a clearly defined pitch.
Octave
Typed representation of the octave of a note.

Enums§

HelmholtzOctave
The speaking name of the octave of a note.
NoteLetter
The speaking name of a note within its octave.

Traits§

PitchedNote
Trait for objects that provide Pitch and Note information.

Type Aliases§

NoteAtConcertPitch
Type alias for Notes that should sound at a Pitch different from standard 440 Hz tuning.