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

pub enum Message {
    SetThreshold(f32),
    SetGain(f32),
}

Defines the messages that the Limiter supports.

Variants

SetThreshold

Sets the limiting threshold, 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)