private void HandleSoundVisualizer3x3ItemDoubleClicked(object sender, VisualizerIndexEventArgs e) { ieaSelectedFormantSpecification = formantSpecificationMatrix[e.XIndex][e.YIndex].Copy(); ShowIEASelectedFormantSpecification(); GenerateNextIteration(e.XIndex, e.YIndex); EvaluateAll(); }
private void HandleSoundVisualizer3x3ItemClicked(object sender, VisualizerIndexEventArgs e) { ieaSelectedFormantSpecification = formantSpecificationMatrix[e.XIndex][e.YIndex].Copy(); ShowIEASelectedFormantSpecification(); }