libmsx
C library for MSX
|
Modules | |
Sound data structure | |
Sound data structure for SNDDRV. | |
SNDDRV APIs | |
SNDDRV APIs. | |
Files | |
file | snd_i_table.h |
Instrument data type for SNDDRV. | |
file | snd_p_table.h |
Pitch-bend table data type for SNDDRV. | |
file | snd_sound.h |
Sound / Music data structure for snddrv . | |
file | snddrv.h |
SNDDRV a PSG sound driver. | |
#include <snddrv.h>
SNDDRV is a PSG sound driver inspired by Arkos Tracker 2.
SNDDRV covers almost feature of replayer of the Arkos Tracker 2.
SNDDRV and libmsx's build system make it easy to integrate Arkos Tracker 2 song file (.aks file) into your application.
Let's make your music with Arkos Tracker 2. Place its .aks files in your application's repository, and build together with your application code that uses SNDDRV API.
See also