surge-types 0.2.12-alpha.0

surge synthesizer -- primarily comprised of enumerations used to select between synth features
1
2
3
4
5
6
7
8
9
#[macro_use] mod imports; use imports::*;

x![effect];
x![filter];
x![modsource];
x![oscillator];
x![shaper];
x![synth];
x![encapsulated];