Difference between revisions of "Modules/msx-music"
From MSX Game Library
< Modules
(Created page with "{{MODULE |name=msx-music |category=Device |image=raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/sample_vgm.jpg |dependency1= |dependency2= |dependency3= |sampl...") |
|||
Line 1: | Line 1: | ||
{{MODULE | {{MODULE | ||
|name=msx-music | |name=msx-music | ||
− | |category= | + | |category=Audio |
|image=raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/sample_vgm.jpg | |image=raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/sample_vgm.jpg | ||
|dependency1= | |dependency1= |
Latest revision as of 23:08, 15 January 2024
msx-music
The msx-music module provides direct access to the functions of the MSX-Music sound processor (YM2413, FM-PAC, OPLL).
Usage
To use this module, include "msx-music.h" in your source code, and add "msx-music" to the modules list (LibModules) in your project's configuration file (project_config.js).
Samples
See module use cases in the sample programs:
Settings
Library configuration (msxgl_config.h):
// MSX-Music options #define MSXMUSIC_USE_RESUME
Dependencies
Dependency on other modules: None
Documentation