public void AddNoteToSong(AudioClip clip, float pitch, float time) { song.AddNoteToSong(clip, pitch, time); }