Пример #1
0
 public RESULT setParameterFloat(int index, float value)
 {
     return(DSP.FMOD5_DSP_SetParameterFloat(this.rawPtr, index, value));
 }