Trait surge_wavetable::imports::OscillatorParamAccess[][src]

pub trait OscillatorParamAccess {
    fn osc_params(
        &mut self,
        name: OscillatorParam
    ) -> &mut ParamRT<OscillatorParam>;
fn osc_params_const(
        &self,
        name: OscillatorParam
    ) -> &ParamRT<OscillatorParam>; }

Required methods

Implementors