LOAD MUSIC will load a music file
PLAY MUSIC will play the specified music
LOOP MUSIC will play and loop the specified music continuously
STOP MUSIC will stop the specified music if playing
PAUSE MUSIC will pauses the specified music
RESUME MUSIC will resume the specified music if paused
DELETE MUSIC will delete the specified music previously loaded into a music number
The next commands will return a result:
MUSIC EXIST() will return a one if the specified music exists
MUSIC PLAYING() will return a one if the specified music is playing
MUSIC LOOPED() will return a one if the specified music is looping
MUSIC PAUSED() will return a one if the specified music is paused