Closed atheriel closed 10 years ago
At present, one cannot do
let noise = PinkNoise::new(101).scalebias(5.5, 2.0).clamp(0.0, 5.0);
the conversion to using Box'd types should fix this.
Box
At present, one cannot do
the conversion to using
Box
'd types should fix this.