From 3fe2843bb3b95d8edd63d21c4f6acad7f652be91 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 20 Feb 2023 21:18:58 +0100 Subject: Added some more libFAudio wrapped functions --- src/wrapped/wrappedfaudio_private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappedfaudio_private.h b/src/wrapped/wrappedfaudio_private.h index 3c145ea7..bec2d849 100644 --- a/src/wrapped/wrappedfaudio_private.h +++ b/src/wrapped/wrappedfaudio_private.h @@ -106,13 +106,13 @@ GO(FACTWave_SetMatrixCoefficients, uFpuup) GO(FACTWave_SetPitch, uFpw) GO(FACTWave_SetVolume, uFpf) GO(FACTWave_Stop, uFpu) -//GO(FAPOBase_AddRef, +GO(FAPOBase_AddRef, iFp) //GO(FAPOBase_BeginProcess, //GO(FAPOBase_CalcInputFrames, //GO(FAPOBase_CalcOutputFrames, //GO(FAPOBase_EndProcess, //GO(FAPOBase_GetParameters, -//GO(FAPOBase_GetRegistrationProperties, +GO(FAPOBase_GetRegistrationProperties, uFpp) //GO(FAPOBase_Initialize, //GO(FAPOBase_IsInputFormatSupported, //GO(FAPOBase_IsOutputFormatSupported, @@ -120,7 +120,7 @@ GO(FACTWave_Stop, uFpu) //GO(FAPOBase_OnSetParameters, //GO(FAPOBase_ParametersChanged, //GO(FAPOBase_ProcessThru, -//GO(FAPOBase_Release, +GO(FAPOBase_Release, iFp) //GO(FAPOBase_Reset, //GO(FAPOBase_SetParameters, //GO(FAPOBase_UnlockForProcess, -- cgit 1.4.1