//Individual keys call this to add a note to the synthesiser public void PlayNote(int midiNo) { synthesiser.AddNote(midiNo); }