Function InitMusicPlayer
Jump to navigation
Jump to search
Prototype |
|
---|---|
Description |
Initializes the music engine and defines the patch set to use to play song and sound effects. This function must be called before playing songs or effects. |
Parameters |
|
Returns |
Void |
Video Modes |
All |
Since |
V1 |
Example:
#include "data/patches.inc" #include "data/mariosong.inc" ... InitMusicPlayer(mypatches); StartSong(song_mario);