Trait surgefilter_comb::imports::ScaleNote[][src]

pub trait ScaleNote {
    fn scale_constant_note(&self) -> i32;
fn scale_constant_pitch(&self) -> f32; fn scale_constant_pitch_inv(&self) -> f32 { ... } }

Required methods

Provided methods

Obviously this is the inverse of the above

Implementors