naad 1.2.5

naad — Audio synthesis primitives: oscillators, filters, envelopes, modulation, wavetables, effects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Synthesis algorithm modules.
//!
//! Each module provides a composable synthesis algorithm that
//! dhvani wires into playable instruments. These are not
//! instruments themselves — they are the DSP building blocks
//! that produce and shape sound.

pub mod additive;
pub mod drum;
pub mod fm;
pub mod formant;
pub mod granular;
pub mod physical;
pub mod subtractive;
pub mod vocoder;