saturation 0.2.3

Real-time saturation and clipping designed for use with vst's
Documentation
1
2
3
4
5
6
7
pub trait DiodeModel
{
    // Peak reverse current
    const I_0: f64;
    /// Ideality factor
    const ETA: f64;
}