Enum oxcable_basic_devices::delay::Message
[−]
[src]
pub enum Message {
SetDelay(f32),
SetFeedback(f32),
SetWetness(f32),
}Defines the messages that the Delay supports.
Variants
SetDelay | Sets the delay time, in seconds. |
SetFeedback | Sets the feedback level; should be between 0.0 and 1.0. |
SetWetness | Sets the wetness level; should be between 0.0 and 1.0. |