aetherdsp-nodes 0.2.0

Built-in DSP nodes for AetherDSP — oscillator, SVF filter, ADSR envelope, delay, gain, and mixer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod delay;
pub mod envelope;
pub mod filter;
pub mod formant;
pub mod gain;
pub mod granular;
pub mod karplus_strong;
pub mod lfo;
pub mod mixer;
pub mod moog_ladder;
pub mod oscillator;
pub mod record;
pub mod reverb;
pub mod scope;

pub use record::RecordNode;
pub use scope::ScopeNode;