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