Enum oxcable_basic_devices::reverb::moorer_reverb::Message [] [src]

pub enum Message {
    SetReverbTime(f32),
    SetGain(f32),
    SetWetness(f32),
}

Defines the messages that the MoorerReverb supports.

Variants

SetReverbTime

Sets the length of the reverberation, in seconds.

SetGain

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)