Struct goxlr_profile_loader::components::robot::RobotEffect
source · [−]pub struct RobotEffect { /* private fields */ }
Implementations
sourceimpl RobotEffect
impl RobotEffect
pub fn new() -> Self
pub fn state(&self) -> bool
pub fn set_state(&mut self, state: bool)
pub fn style(&self) -> &RobotStyle
pub fn synthosc_pulse_width(&self) -> u8
pub fn synthosc_waveform(&self) -> u8
pub fn vocoder_gate_threshold(&self) -> i8
pub fn dry_mix(&self) -> i8
pub fn vocoder_low_freq(&self) -> u8
pub fn vocoder_low_gain(&self) -> i8
pub fn vocoder_low_bw(&self) -> u8
pub fn vocoder_mid_freq(&self) -> u8
pub fn vocoder_mid_gain(&self) -> i8
pub fn vocoder_mid_bw(&self) -> u8
pub fn vocoder_high_freq(&self) -> u8
pub fn vocoder_high_gain(&self) -> i8
pub fn vocoder_high_bw(&self) -> u8
Trait Implementations
sourceimpl Debug for RobotEffect
impl Debug for RobotEffect
sourceimpl Default for RobotEffect
impl Default for RobotEffect
sourcefn default() -> RobotEffect
fn default() -> RobotEffect
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RobotEffect
impl Send for RobotEffect
impl Sync for RobotEffect
impl Unpin for RobotEffect
impl UnwindSafe for RobotEffect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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