pub struct DatParams {}
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
Implementations
Trait Implementations
sourceimpl DattorroReverbParams for DatParams
impl DattorroReverbParams for DatParams
sourcefn pre_delay_time_ms(&self) -> f64
fn pre_delay_time_ms(&self) -> f64
Time for the pre-delay of the reverb. Any sensible
ms
that fits
into a delay buffer of 5 seconds. Read moresourcefn time_scale(&self) -> f64
fn time_scale(&self) -> f64
The size of the reverb, values go from 0.0 to 1.0.
sourcefn input_low_cutoff_hz(&self) -> f64
fn input_low_cutoff_hz(&self) -> f64
Low-pass input filter cutoff freq in Hz, range: 0.0 to 22000.0
sourcefn input_high_cutoff_hz(&self) -> f64
fn input_high_cutoff_hz(&self) -> f64
High-pass input filter cutoff freq in Hz, range: 0.0 to 22000.0
sourcefn input_diffusion_mix(&self) -> f64
fn input_diffusion_mix(&self) -> f64
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
sourcefn reverb_low_cutoff_hz(&self) -> f64
fn reverb_low_cutoff_hz(&self) -> f64
Low-pass reverb filter cutoff freq in Hz, range: 0.0 to 22000.0
sourcefn reverb_high_cutoff_hz(&self) -> f64
fn reverb_high_cutoff_hz(&self) -> f64
High-pass reverb filter cutoff freq in Hz, range: 0.0 to 22000.0
Auto Trait Implementations
impl RefUnwindSafe for DatParams
impl Send for DatParams
impl Sync for DatParams
impl Unpin for DatParams
impl UnwindSafe for DatParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more