[][src]Module bae_rs::modifiers

Modifiers

Module including many of the common/basic filters including lowpass, bandpass, echo, delay, etc.

Re-exports

pub use adsr::*;
pub use bandpass::*;
pub use delay::*;
pub use echo::*;
pub use passthrough::*;
pub use envelope::*;
pub use gain::*;
pub use generic::*;
pub use highpass::*;
pub use lowpass::*;

Modules

adsr

ADSR

bandpass

Band Pass

delay

Delay

echo

Echo

envelope

Envelope

gain

Gain

generic

Generic

highpass

HighPass

lowpass

HighPass

passthrough

Passthrough

Traits

Modifier

The Modifier trait defines types that filter audio samples.

Type Definitions

ModifierRc

Type alias for a Modifier wrapped in an Rc.