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§
- Helmholtz
Octave - The speaking name of the octave of a note.
- Note
Letter - The speaking name of a note within its octave.
Traits§
- Pitched
Note - Trait for objects that provide
Pitch
andNote
information.
Type Aliases§
- Note
AtConcert Pitch - Type alias for
Note
s that should sound at aPitch
different from standard 440 Hz tuning.