pub struct FfLatterFxReverbState {}Expand description
State of reverb in send effect.
Fields§
§activate: boolWhether to activate reverb effect.
reverb_type: FfLatterFxReverbTypeThe type of reverb effect.
pre_delay: u16The pre-delay of reverb effect between 0 and 999.
pre_hpf: u16The frequency of high pass filter before reverb generation between 20 and 500 Hz.
room_scale: u16The scale of room between 50 and 300, displayed by 1/10.
attack: u16The time for increase volume between 5 and 400 ms.
hold: u16The time for fixed volume between 5 and 400 ms.
release: u16The time for volume decrease between 5 and 500 ms.
post_lpf: u16The frequency of low pass filter after reverb generation between 200 and 20000 Hz.
time: u16The time for volume drop between 1 and 49, displayed by 1/10 sec.
damping: u16The frequency of treble dampling for reverb generation between 2000 and 20000 Hz.
smooth: u16The level of softener between 0 and 100.
volume: i16The level of output between -650 and 60, displayed by 1/10.
stereo_width: u16The stereo width between 0(monaural) and 100(stereo).
Trait Implementations§
Source§impl Clone for FfLatterFxReverbState
impl Clone for FfLatterFxReverbState
Source§fn clone(&self) -> FfLatterFxReverbState
fn clone(&self) -> FfLatterFxReverbState
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more