saturation 0.2.3

Real-time saturation and clipping designed for use with vst's
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub trait TriodeModel
{
    const MU: f64;
    const EX: f64;
    const K_G1: f64;
    const K_P: f64;
    const K_VB: f64;
    const C_CG: f64;
    const C_PG: f64;
    const C_CP: f64;
    const R_GI: f64;
}