type WaveShaperCurve = Option<Vec<f32>>;
enum WaveShaperCurve { None, Some(Vec<f32>), }
No value.
Some value of type T.
T