Enum oxcable_basic_devices::dynamics::compressor::Message
[−]
[src]
pub enum Message {
SetThreshold(f32),
SetRatio(f32),
SetGain(f32),
}Defines the messages that the Compressor supports.
Variants
SetThreshold | Sets the compression threshold, in decibels. |
SetRatio | Sets the compression ratio. |
SetGain | Sets the output gian, in decibels. |