Difference between revisions of "Modules/ndp/ndp player/Desc"

From MSX Game Library

< Modules‎ | ndp/ndp player

Line 1: Line 1:
 
The {{MOD|ndp/ndp_player}} module lets you play music in '''NDP''' format (PSG only).
 
The {{MOD|ndp/ndp_player}} module lets you play music in '''NDP''' format (PSG only).
 +
 +
The NDP format is a music format that allows users to create very high-quality music on the MSX.
 +
It was created by Naturo2413, who also provided an MML compiler for creating music in the NDP format, as well as an assembly-language player for playing it back on a real MSX.
 +
 +
MSXgl includes version 1.07 of the replayer, adapted for a C program under SDCC.
 +
 +
Original assembly source and documentation of the NPD replayer can be found on the site [https://ndp.squares.net/web].

Revision as of 14:19, 9 August 2026

The ndp/ndp_player module lets you play music in NDP format (PSG only).

The NDP format is a music format that allows users to create very high-quality music on the MSX. It was created by Naturo2413, who also provided an MML compiler for creating music in the NDP format, as well as an assembly-language player for playing it back on a real MSX.

MSXgl includes version 1.07 of the replayer, adapted for a C program under SDCC.

Original assembly source and documentation of the NPD replayer can be found on the site [1].