Exemplo n.º 1
0
 public void UpdateSelectedHarmonicAmplitude(float amplitude)
 {
     if (!_harmonicsContainer.IsEmpty())
     {
         _harmonicsContainer.GetHarmonicByIndex(_harmonicsContainer.ActiveHarmonicIndex).Amplitude = amplitude;
     }
 }