Пример #1
0
 private void HandleSoundVisualizer3x3ItemDoubleClicked(object sender, VisualizerIndexEventArgs e)
 {
     ieaSelectedFormantSpecification = formantSpecificationMatrix[e.XIndex][e.YIndex].Copy();
     ShowIEASelectedFormantSpecification();
     GenerateNextIteration(e.XIndex, e.YIndex);
     EvaluateAll();
 }
Пример #2
0
 private void HandleSoundVisualizer3x3ItemClicked(object sender, VisualizerIndexEventArgs e)
 {
     ieaSelectedFormantSpecification = formantSpecificationMatrix[e.XIndex][e.YIndex].Copy();
     ShowIEASelectedFormantSpecification();
 }