Beispiel #1
0
 protected float RampedGain(float[] jacks, JackIn j)
 {
     _gain = Lerp(_gain, j.Value(jacks), 0.01f);
     return(_gain);
 }