Struct surgefx_dualdelay::DualDelay[][src]

pub struct DualDelay {
Show 26 fields pub feedback: Align16<LipolPs>, pub crossfeed: Align16<LipolPs>, pub aligpan: Align16<LipolPs>, pub pan: Align16<LipolPs>, pub mix: Align16<LipolPs>, pub width: Align16<LipolPs>, pub buffer: Align16<A2d<f32>>, pub ringout: Ringout, pub params: DualDelayParamArrayRT, pub time_l: Lag<f32>, pub time_r: Lag<f32>, pub inithadtempo: bool, pub envf: f32, pub wpos: i32, pub lp: BiquadFilter, pub hp: BiquadFilter, pub lfophase: f64, pub lfo_val: f32, pub lfo_direction: bool, pub scratch_left: ScratchChannel<f32>, pub scratch_right: ScratchChannel<f32>, pub wetblock: WetBlock2<BLOCK_SIZE>, pub time_unit: TimeUnitHandle, pub tuner: TunerHandle, pub tables: TablesHandle, pub srunit: SampleRateHandle,
}

Fields

feedback: Align16<LipolPs>crossfeed: Align16<LipolPs>aligpan: Align16<LipolPs>pan: Align16<LipolPs>mix: Align16<LipolPs>width: Align16<LipolPs>buffer: Align16<A2d<f32>>ringout: Ringoutparams: DualDelayParamArrayRTtime_l: Lag<f32>time_r: Lag<f32>inithadtempo: boolenvf: f32wpos: i32lp: BiquadFilterhp: BiquadFilterlfophase: f64lfo_val: f32lfo_direction: boolscratch_left: ScratchChannel<f32>scratch_right: ScratchChannel<f32>wetblock: WetBlock2<BLOCK_SIZE>time_unit: TimeUnitHandletuner: TunerHandletables: TablesHandlesrunit: SampleRateHandle

Implementations

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.