Module oxcable_basic_devices::delay [] [src]

A simple delay filter.

The delay filter plays back delayed copies of its input. The first delay is played at full amplitude, and is then decayed linearly by the feedback multiplier.

The output is mixed with the raw input using the wetness percentage.

Reexports

pub use self::Message::*;

Structs

Delay

A simple delay filter.

Enums

Message

Defines the messages that the Delay supports.