Type Alias tune::note::NoteAtConcertPitch

source ·
pub type NoteAtConcertPitch = (Note, ConcertPitch);
Expand description

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

Trait Implementations§

source§

impl PitchedNote for NoteAtConcertPitch

source§

fn note(&self) -> Note

Retrieves the Note part of self. Read more
source§

fn alter_pitch_by(&self, delta: Ratio) -> NoteAtConcertPitch

Returns a new PitchedNote with the same Note part but a Pitch altered by delta. Read more