//Stop a note currently playing in the synthesiser public void StopNote(int midiNo) { synthesiser.RemoveNote(midiNo); }