Type Definition tune::note::NoteAtConcertPitch[][src]

type NoteAtConcertPitch = (Note, ConcertPitch);

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

Trait Implementations

impl PitchedNote for NoteAtConcertPitch[src]