Exemplo n.º 1
0
 void ResetUtils()
 {
     combFilter = new Utils.CombFilter(Intensity, 0.5f);
     lfo        = new Utils.LFO(Rate);
 }
Exemplo n.º 2
0
 void ResetUtils()
 {
     combFilter = new Utils.CombFilter(Intensity,0.5f);
     lfo = new Utils.LFO(Rate);
 }