public RESULT setWetDryMix(float prewet, float postwet, float dry) { return(DSP.FMOD5_DSP_SetWetDryMix(this.rawPtr, prewet, postwet, dry)); }