Enum oxcable_basic_devices::dynamics::noise_gate::Message [] [src]

pub enum Message {
    SetOnThreshold(f32),
    SetOffThreshold(f32),
    SetGain(f32),
}

Defines the messages that the NoiseGate supports.

Variants

SetOnThreshold

Sets the threshold to open the gate, in decibels.

SetOffThreshold

Sets the threshold to close the gate, in decibels.

SetGain

Sets the output gian, in decibels.

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)