Enum oxcable_basic_devices::delay::Message [] [src]

pub enum Message {
    SetDelay(f32),
    SetFeedback(f32),
    SetWetness(f32),
}

Defines the messages that the Delay supports.

Variants

SetDelay

Sets the delay time, in seconds.

SetFeedback

Sets the feedback level; should be between 0.0 and 1.0.

SetWetness

Sets the wetness level; should be between 0.0 and 1.0.

Trait Implementations

Derived Implementations

impl Debug for Message

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for Message

impl Clone for Message

fn clone(&self) -> Message

fn clone_from(&mut self, source: &Self)