Skip to main content

pitch_to_sharps

Function pitch_to_sharps 

Source
pub fn pitch_to_sharps(
    pitch_value: &Pitch,
    mode: Option<&str>,
) -> Result<IntegerType>
Expand description

Returns the key-signature sharp count for a tonic pitch and optional mode.