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>,
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.