Enum oxcable_basic_devices::reverb::moorer_reverb::Message
[−]
[src]
pub enum Message { SetReverbTime(f32), SetGain(f32), SetWetness(f32), }
Defines the messages that the MoorerReverb supports.
Variants
SetReverbTime | Sets the length of the reverberation, in seconds. |
SetGain | 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. |