DS
mmLoad

Back to Index

Prototype

void mmLoad( mm_word module_ID );

Parameters

module_ID

Index of module to be loaded. Values are defined in the soundbank header output. (prefixed with "MOD_")

Description

Loads a module into memory for playback. May be played with mmStart afterwards.

See Also

mmStart, mmUnload