Struct surgeosc_snh::SampleAndHoldOscillator[][src]

pub struct SampleAndHoldOscillator {
Show 30 fields pub out: OscillatorOut, pub params: SampleAndHoldOscillatorParamArrayRT, pub osc_params: OscillatorParamArrayRT, pub master_osc: *mut f32, pub drift: f32, pub blitter: AbstractBlitter, pub li_hpf: LipolPs, pub li_dc: LipolPs, pub li_integratormult: LipolPs, pub first_run: bool, pub dc: f32, pub dc_uni: A1d<f32>, pub elapsed_time: A1d<f32>, pub last_level: A1d<f32>, pub last_level2: A1d<f32>, pub pwidth: A1d<f32>, pub pitch: f32, pub fm_depth: Lag<f64>, pub hpf_coeff: Lag<f64>, pub integrator_mult: Lag<f64>, pub l_pw: Lag<f64>, pub l_shape: Lag<f64>, pub l_smooth: Lag<f64>, pub l_sub: Lag<f64>, pub l_sync: Lag<f64>, pub fm_delay: i32, pub fm_mul_inv: f32, pub tables: TablesHandle, pub tuner: TunerHandle, pub srunit: SampleRateHandle,
}

Fields

out: OscillatorOutparams: SampleAndHoldOscillatorParamArrayRTosc_params: OscillatorParamArrayRTmaster_osc: *mut f32drift: f32blitter: AbstractBlitterli_hpf: LipolPsli_dc: LipolPsli_integratormult: LipolPsfirst_run: booldc: f32dc_uni: A1d<f32>elapsed_time: A1d<f32>last_level: A1d<f32>last_level2: A1d<f32>pwidth: A1d<f32>pitch: f32fm_depth: Lag<f64>hpf_coeff: Lag<f64>integrator_mult: Lag<f64>l_pw: Lag<f64>l_shape: Lag<f64>l_smooth: Lag<f64>l_sub: Lag<f64>l_sync: Lag<f64>fm_delay: i32fm_mul_inv: f32tables: TablesHandletuner: TunerHandlesrunit: SampleRateHandle

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

defaults: float drift = 0.0, bool stereo = false, bool fm = false, float self.fm_depth = 0.0

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.