soundchip 0.4.61

Software sinth with configurable channels for authentic sounding virtual sound chips.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod pan;
mod chip;
mod pitch;
mod noise;
mod volume;
mod tremolo;
mod vibratto;
mod wavetable;

pub use pan::*;
pub use chip::*;
pub use pitch::*;
pub use noise::*;
pub use volume::*;
pub use tremolo::*;
pub use vibratto::*;
pub use wavetable::*;