legato 0.0.6

Legato is a WIP audiograph and DSL for quickly developing audio applications
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod adsr;
pub mod allpass;
pub mod delay;
pub mod fir;
pub mod mixer;
pub mod onepole;
pub mod ops;
pub mod oversample;
pub mod sampler;
pub mod signal;
pub mod sine;
pub mod svf;
pub mod sweep;