pub struct DatParams {
Show 13 fields frame: usize, predly: ProcBuf, size: ProcBuf, dcy: ProcBuf, ilpf: ProcBuf, ihpf: ProcBuf, dif: ProcBuf, dmix: ProcBuf, mspeed: ProcBuf, mshp: ProcBuf, mdepth: ProcBuf, rlpf: ProcBuf, rhpf: ProcBuf,
}

Fields

frame: usizepredly: ProcBufsize: ProcBufdcy: ProcBufilpf: ProcBufihpf: ProcBufdif: ProcBufdmix: ProcBufmspeed: ProcBufmshp: ProcBufmdepth: ProcBufrlpf: ProcBufrhpf: ProcBuf

Implementations

Trait Implementations

Time for the pre-delay of the reverb. Any sensible ms that fits into a delay buffer of 5 seconds. Read more
The size of the reverb, values go from 0.0 to 1.0.
Internal tank decay time, range: 0.0 to 1.0
Low-pass input filter cutoff freq in Hz, range: 0.0 to 22000.0
High-pass input filter cutoff freq in Hz, range: 0.0 to 22000.0
The amount of plate diffusion going on, range: 0.0 to 1.0
The mix between output from the pre-delay and the input diffusion. range: 0.0 to 1.0. Default should be 1.0 Read more
Modulation speed factor, range: 0.0 to 1.0
Modulation depth from the LFOs, range: 0.0 to 1.0
Modulation shape (from saw to tri to saw), range: 0.0 to 1.0
Low-pass reverb filter cutoff freq in Hz, range: 0.0 to 22000.0
High-pass reverb filter cutoff freq in Hz, range: 0.0 to 22000.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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.