Contents |
Description
StudioFM BASiC is a BASIC extension for MSX2 and higher. It requires a built-in or external MSX-MUSIC soundchip and comes with the Studio FM utility, released in 1991 by the MSX-Engine team.
This extension can only be used with the .MUS files created by this utility. These files are very small, compared to the FAC Soundtracker .MUS format, because Studio FM use patterns to reduce wasted space. Note that you can also find Studio FM files with another extension, for example .SFM.
The installation of this extension is very easy: you just need to enter BLOAD"SFMDRV1.BIN",R.
Instructions (general info)
This extension adds 4 new instructions.
Note: CALL can be replaced by the character underscore (_). A space is not required after this character. See CALL for more info.
Instructions (ordered per category)
Data Storage
Instruction | Generation | Related standard instruction |
---|---|---|
CALL MLOAD | MSX2 | Loads a MSX-MUSIC/PSG song in Studio FM format |
Sound and Music
Instruction | Generation | Related standard instruction |
---|---|---|
CALL MFADE | MSX2 | Makes a fade-out to stop playing of a MSX-MUSIC/PSG music in Studio FM format |
CALL MPLAY | MSX2 | Plays a MSX-MUSIC/PSG song in Studio FM format |
CALL MSTOP | MSX2 | Stops playing of a MSX-MUSIC/PSG music in Studio FM format |
Instructions (alphabetical order)
Instruction | Generation | Type |
---|---|---|
CALL MFADE | MSX2 | Sound and Music |
CALL MLOAD | MSX2 | Data Storage |
CALL MPLAY | MSX2 | Sound and Music |
CALL MSTOP | MSX2 | Sound and Music |
Pages in category "StudioFM BASIC"
The following 4 pages are in this category, out of 4 total.