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