record AL_MIDI

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type AL_MIDI = record

Description

A structure holding MIDI data.

See also
al_load_midi
Loads a MIDI file (handles both format 0 and format 1).
al_play_midi
Starts playing the specified MIDI file, first stopping whatever music was previously playing.
al_destroy_midi
Destroys a AL_MIDI structure when you are done with it.

Overview

Fields

divisions: AL_INT;
track: ARRAY[0..(AL_MIDI_TRACKS)-1] OF RECORD data : AL_UCHARptr; len : AL_INT; END;

Description

Fields

divisions: AL_INT;

number of ticks per quarter note

track: ARRAY[0..(AL_MIDI_TRACKS)-1] OF RECORD data : AL_UCHARptr; len : AL_INT; END;

Track data and length.


Generated by PasDoc 0.13.0 on 2016-07-20 12:01:36