Modules/msx-music
From MSX Game Library
< Modules
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