Data types

This section describes all data types used in MIDAS module playback.

MIDASmoduleInfo

typedef struct
{
    char        songName[32];
    unsigned    songLength;
    unsigned    numPatterns;
    unsigned    numInstruments;
    unsigned    numChannels;
} MIDASmoduleInfo;

Module information structure.



Subsections