pub struct FfLatterFxEchoState {
pub activate: bool,
pub echo_type: FfLatterFxEchoType,
pub delay: u16,
pub feedback: u16,
pub lpf: FfLatterFxEchoLpfFreq,
pub volume: i16,
pub stereo_width: u16,
}Expand description
State of echo in send effect.
Fields§
§activate: boolWhether to activate echo effect.
echo_type: FfLatterFxEchoTypeThe type of echo effect.
delay: u16The time to delay for echo between 0 and 100.
feedback: u16The level of feedback for further echo between 0 and 100.
lpf: FfLatterFxEchoLpfFreqThe frequency of low pass filter.
volume: i16The level of output between -650 and 0, displayed by 1/10.
stereo_width: u16The stereo width between 0(monaural) and 100(stereo).
Trait Implementations§
Source§impl Clone for FfLatterFxEchoState
impl Clone for FfLatterFxEchoState
Source§fn clone(&self) -> FfLatterFxEchoState
fn clone(&self) -> FfLatterFxEchoState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FfLatterFxEchoState
impl Debug for FfLatterFxEchoState
Source§impl Default for FfLatterFxEchoState
impl Default for FfLatterFxEchoState
Source§fn default() -> FfLatterFxEchoState
fn default() -> FfLatterFxEchoState
Returns the “default value” for a type. Read more
Source§impl PartialEq for FfLatterFxEchoState
impl PartialEq for FfLatterFxEchoState
impl Copy for FfLatterFxEchoState
impl Eq for FfLatterFxEchoState
impl StructuralPartialEq for FfLatterFxEchoState
Auto Trait Implementations§
impl Freeze for FfLatterFxEchoState
impl RefUnwindSafe for FfLatterFxEchoState
impl Send for FfLatterFxEchoState
impl Sync for FfLatterFxEchoState
impl Unpin for FfLatterFxEchoState
impl UnwindSafe for FfLatterFxEchoState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<O> RmeFfCommandParamsSerialize<FfLatterFxEchoState> for Owhere
O: RmeFfLatterFxSpecification,
impl<O> RmeFfCommandParamsSerialize<FfLatterFxEchoState> for Owhere
O: RmeFfLatterFxSpecification,
Source§fn serialize_commands(params: &FfLatterFxEchoState) -> Vec<u32>
fn serialize_commands(params: &FfLatterFxEchoState) -> Vec<u32>
Serialize parameters into commands.