void OPLL_copyPatch(OPLL opll, int num, OPLL_PATCH patch) { opll.patch[num] = (OPLL_PATCH)patch.Clone(); }