Skip to main content

FloatType

Type Alias FloatType 

Source
pub type FloatType = f64;
Expand description

Floating-point type used for pitch space, quarter lengths, and frequencies.

Trait Implementations§

Source§

impl From<Fraction> for FloatType

Source§

fn from(frac: Fraction) -> Self

Converts to this type from the input type.