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. |