[][src]Trait brinicle_pitch::Scale

pub trait Scale {
    fn to_frequency(&self, note_number: f32) -> f32;
}

Required methods

fn to_frequency(&self, note_number: f32) -> f32

Loading content...

Implementors

impl Scale for EqualTemperament[src]

Loading content...