Miles Sound System SDK 7.2a

MILES_MIDI_TO_XMI_FLAGS

The basic type MILES_MIDI_TO_XMI_FLAGS specifies optional conversion flags for the AIL_MIDI_to_XMI function.

Fundamental Values

 Value  Description
 AILMIDITOXMI_TOLERANT tells Miles to ignore most common errors in the input MIDI file.
 AILMIDITOXMI_USINGLIST specifies that the MIDI_size parameter is ignored, and the MIDI parameter should point to a series of unsigned 32-bit integers, formatted as follows (this flag is used to covert a series of MIDI files into one XMIDI file):

1st U32 - number of MIDI files to convert
2nd U32 - pointer to the first MIDI file image.
3rd U32 - size of the first MIDI file image.
4th U32 - pointer to the second MIDI file image.
5th U32 - size of the second the MIDI file image.
6th U32 - pointer to the third MIDI file image.
7th U32 - size of the third MIDI file image.
... etc.


Group: Utility Services
Related Functions: AIL_MIDI_to_XMI

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.