soundchip 0.4.3

Software sinth with configurable channels for authentic sounding virtual sound chips.
Documentation
//! A few constant presets.

mod chips;
// mod envelopes;
mod knots;
mod noise;
mod pan;
mod pitch;
mod tremolo;
mod vibratto;
mod volume;
mod wavetables;

pub use chips::*;
// pub use envelopes::*;
pub use knots::*;
pub use noise::*;
pub use pan::*;
pub use pitch::*;
pub use tremolo::*;
pub use vibratto::*;
pub use volume::*;
pub use wavetables::*;