pub struct Lfo {Show 23 fields
pub params: LfoParamArray<ParamRT<LfoParam>>,
pub output: f64,
pub stepsequencer: StepSequencer,
pub phase_initialized: bool,
pub env_val: f32,
pub env_state: LfoEnvState,
pub retrigger_feg: bool,
pub retrigger_aeg: bool,
pub phase: f32,
pub target: f32,
pub noise: f32,
pub noised1: f32,
pub env_phase: f32,
pub ratemult: f32,
pub env_releasestart: f32,
pub iout: f32,
pub wf_history: [f32; 4],
pub step: isize,
pub shuffle_id: isize,
pub sine: QuadrOsc,
pub time_unit: TimeUnitHandle,
pub tables: TablesHandle,
pub enabled: bool,
}
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.