Module synth::dynamic [] [src]

A dynamic synth type.

Reexports

pub use self::oscillator::Oscillator;
pub use self::oscillator::Waveform;
pub use self::oscillator::Amplitude;
pub use self::oscillator::Frequency;
pub use self::oscillator::FreqWarp;
pub use self::oscillator::new as new_oscillator;

Modules

oscillator

Enums

Mode

The mode in which the Synth will handle notes.

NoteFreqGenerator

A warpper for switching between different NoteFreqs at runtime.

Type Definitions

Synth

An alias for a completely dynamic synth.