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
10
11
12
crate::ix!();

enhanced_enum![
    WaveshapeType {
        Off,
        SoftTanh,
        Hard,
        Asymmetric,
        Sine,
        Digital,
    }
];