Struct surgefx_reverb::Reverb[][src]

pub struct Reverb {
Show 23 fields pub delay_pan_l: Align16<A1d<f32>>, pub delay_pan_r: Align16<A1d<f32>>, pub delay_fb: Align16<A1d<f32>>, pub delay: Align16<A1d<f32>>, pub out_tap: Align16<A1d<f32>>, pub predelay: Align16<A1d<f32>>, pub delay_time: Align16<A1d<usize>>, pub mix: Align16<LipolPs>, pub width: Align16<LipolPs>, pub ringout: Ringout, pub params: ReverbParamArray<ReverbParamRT>, pub delay_pos: usize, pub modphase: f64, pub preset: ReverbPreset, pub lastf: A1d<f32>, pub band1: BiquadFilter, pub locut: BiquadFilter, pub hicut: BiquadFilter, pub b: usize, pub time_unit: TimeUnitHandle, pub tables: TablesHandle, pub tuner: TunerHandle, pub srunit: SampleRateHandle,
}

Fields

delay_pan_l: Align16<A1d<f32>>delay_pan_r: Align16<A1d<f32>>delay_fb: Align16<A1d<f32>>delay: Align16<A1d<f32>>out_tap: Align16<A1d<f32>>predelay: Align16<A1d<f32>>delay_time: Align16<A1d<usize>>mix: Align16<LipolPs>width: Align16<LipolPs>ringout: Ringoutparams: ReverbParamArray<ReverbParamRT>delay_pos: usizemodphase: f64preset: ReverbPresetlastf: A1d<f32>band1: BiquadFilterlocut: BiquadFilterhicut: BiquadFilterb: usizetime_unit: TimeUnitHandletables: TablesHandletuner: TunerHandlesrunit: SampleRateHandle

Implementations

pub fn do_post_taps(&mut self, predelay_time: i32) -> (__m128, __m128)

pub fn do_post_tap(
    &mut self,
    tap: usize,
    fb4: __m128,
    l: &mut __m128,
    r: &mut __m128
)

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Safety 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.