예제 #1
0
 public TunerView()
 {
     InitializeComponent();
     stringLabels = new List <Label>();
     controller   = new TunerController(this, new PitchDetector(8000));
     CorrelationChart.Series.Add("Line");
     CorrelationChart.Series["Line"].ChartType = SeriesChartType.Line;
 }
예제 #2
0
 public void SetController(TunerController CONTROLLER)
 {
     controller = CONTROLLER;
 }