LoadModule()

Syntax

Result = LoadModule(#Module, Filename$)
Description
Load the specified module into memory. If #PB_Any is used as '#Module' parameter, the new module number will be returned as 'Result'. If the 'Result' is not 0, the module has been correctly loaded and is ready to be played with the function PlayModule(), else the module loading has failed. If another module was previously loaded with the same #Module number, then the previous module is automatically freed.

ModPlug supports a lot of module formats, which includes: Protracker (4 channels), FastTracker (up to 32 channels, 16 bit quality), Impulse Tracker, etc.

Supported OS

All

<- IsModule() - Module Index - ModuleVolume() ->