DS GBA
mmPause

Back to Index

Prototype

void mmPause( void );

Description

Pauses playback of the active module. Resume with mmResume.

DS Note: The DS hardware channels do not allow actual pausing. To implement pausing, Maxmod sets the channel frequencies to the minimal value (256Hz). This may cause some problems with certain samples (such as drum-loops) drifting out of sync with the song temporarily. This is not an issue with the interpolated audio mode since the channels are fed by software.

See Also

mmResume