Difference between revisions of "Modules/wyz/wyz player2"

From MSX Game Library

< Modules

(Created page with "{{MODULE |name=wyz/wyz2_player |category=AudioFormat |image= |dependency1= |dependency2= |dependency3= |sample1=s_wyz2 |sample2= |sample3= }}")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{MODULE
 
{{MODULE
|name=wyz/wyz2_player
+
|name=wyz/wyz_player2
|category=AudioFormat
+
|category=Audio
 
|image=
 
|image=
|dependency1=
+
|dependency1=psg
 
|dependency2=
 
|dependency2=
 
|dependency3=
 
|dependency3=

Latest revision as of 00:20, 16 January 2024

wyz/wyz_player2

Code: wyz/wyz_player2.h

Category: Audio

Dependencies:

Samples:

The wyz/wyz_player module lets you play music in WYZ Tracker format. This module use replayer version WYZ 47d and allow to use 2 PSG (internal one plus and external one) to replay music on 6 channels.

Usage

To use this module, include "wyz/wyz_player2.h" in your source code, and add "wyz/wyz_player2" to the modules list (LibModules) in your project's configuration file (project_config.js).


Samples

See module use cases in the sample programs:

Settings


Dependencies

Dependency on other modules:

Documentation