예제 #1
0
파일: Player.cs 프로젝트: foxiepaws/kPMML
 static float RenderFM(float inOp, float amp, float mult, int time, int trm,
                       int trc)
 {
     return(FM.FM2opMergeTrunc(inOp, amp, mult, time, trm, trc));
 }