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

Required methods

Implementors