Trait adi_clock::Pulse [] [src]

pub trait Pulse {
    fn pulse_half_linear(&self, rate_spr: f32) -> f32;
    fn pulse_full_linear(&self, rate_spr: f32) -> f32;
    fn pulse_full_smooth(&self, rate_spr: f32) -> f32;
    fn pulse_half_smooth(&self, rate_spr: f32) -> f32;
}

Required Methods

Implementors