Exemplo n.º 1
0
 public void RemovePitchDetectedDelegate(PitchDetectedDelegate del)
 {
     pitchDetectedEvent -= del;
 }
Exemplo n.º 2
0
 public void AddPitchDetectedDelegate(PitchDetectedDelegate del)
 {
     pitchDetectedEvent += del;
 }