[][src]Crate sonant

A Rust port of the Sonant 4K synth with streaming support.

Sonant (C) 2008-2009 Jake Taylor [ Ferris / Youth Uprising ]

Crate features

  • std (default) - Allow std::error::Error. Disable default features to use sonant in a no_std environment.

Modules

errors

Utilities for working with std::error::Error on stable Rust. (Requires std feature.)

Structs

Song

A Song contains a list of up to 8 Instruments and defines the sample length for each row (in the tracker).

Synth

The main struct for audio synthesis.

Enums

Error

Possible errors.