void DoSong(Song s) { activeSong = s; melody.SetNotes(s.melody); drums.SetNotes(s.drums); synth.SetNotes(s.synth); beat = 0; Play(); }