LoadMusic()
语法
Result = LoadMusic(#Music, Filename$)概要
Loads the specified music module. PlayMusic() can be used to start playing the music. ModPlug supports a lot of music formats, which includes: Protracker (4 channels), FastTracker (up to 32 channels, 16-bit quality), Impulse Tracker, etc.
参数
#Music A number to identify the new music module. #PB_Any can be used to auto-generate this number. Filename$ The music module filename to load.
返回值
Nonzero if the music module has been successfully loaded, zero otherwise.
参阅
CatchMusic(), PlayMusic()
已支持操作系统
所有