Module synth::dynamic [] [src]

A dynamic synth type.

Reexports

pub use mode::Dynamic as Mode;
pub use note_freq::Dynamic as NoteFreqGenerator;
pub use self::oscillator::{Oscillator, Waveform, Amplitude, Frequency, FreqWarp};
pub use self::oscillator::new as new_oscillator;

Modules

oscillator

Structs

Synth

A wrapper for extending the functionality of a completely dynamic Synth.

Functions

new

Construct the default dynamic synth.

Type Definitions

SynthType

An alias for a completely dynamic synth.