Пример #1
0
 public RESULT setParameter(int index, float val)
 {
     return(DSP.FMOD_DSP_SetParameter(dspraw, index, val));
 }