MA_APIma_resultma_dual_fader_reset_fade(ma_dual_fader*pFader,ma_uint32index);/* Essentially disables fading for one of the sub-fades. To enable again, call ma_dual_fader_set_fade(). */
/* All of the proprties supported by the engine are handled via an effect. */
typedefstruct
{
...
...
@@ -1557,7 +1518,6 @@ typedef struct
ma_pannerpanner;
ma_spatializerspatializer;
ma_faderfader;
ma_dual_faderdualFader;/* For fading in and out when starting and stopping. */
floatpitch;
floatoldPitch;/* For determining whether or not the resampler needs to be updated to reflect the new pitch. The resampler will be updated on the mixing thread. */
ma_data_converterconverter;/* For pitch shift. May change this to ma_linear_resampler later. */
ma_dual_fader_process_pcm_frames_by_index(pFader,pFramesOut,pFramesOut,frameCount,1);/* <-- Intentionally using the output buffer for both input and output because the first one will have written to the output. */