Struct surgeosc_fm::FMOscillator[][src]

pub struct FMOscillator {
Show 17 fields pub tuner: TunerHandle, pub out: OscillatorOut, pub master_osc: *mut f32, pub params: FMOscillatorParamArrayRT, pub osc_params: OscillatorParamArrayRT, pub phase: f64, pub lastoutput: f64, pub rm1: QuadrOsc, pub rm2: QuadrOsc, pub am: QuadrOsc, pub driftlfo: f32, pub driftlfo2: f32, pub fm_depth: Lag<f64>, pub abs_mod_depth: Lag<f64>, pub rel_mod_depth1: Lag<f64>, pub rel_mod_depth2: Lag<f64>, pub feedback_depth: Lag<f64>,
}

Fields

tuner: TunerHandleout: OscillatorOutmaster_osc: *mut f32params: FMOscillatorParamArrayRTosc_params: OscillatorParamArrayRTphase: f64lastoutput: f64rm1: QuadrOscrm2: QuadrOscam: QuadrOscdriftlfo: f32driftlfo2: f32fm_depth: Lag<f64>abs_mod_depth: Lag<f64>rel_mod_depth1: Lag<f64>rel_mod_depth2: Lag<f64>feedback_depth: Lag<f64>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.