Trait surge_wavetable::imports::PlotMagnitude[][src]

pub trait PlotMagnitude {
    fn plot_magnitude(&self, f: f32) -> f32;
}

Required methods

Implementors