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
use super::JFETModel;

pub struct JFET2N5458;

impl JFETModel for JFET2N5458
{
    const BETA: f64 = 488.9e-6;
    const VTO: f64 = -2.882;
}