private void UpdateRecorder() { List <Pitch> freqs = GetFrequenciesPlaying(); recorder.AddNewEpoch(freqs); }