record AL_MIDI
Unit
Allegro
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
Description
Fields
divisions: AL_INT; |
number of ticks per quarter note
|
Generated by PasDoc 0.13.0 on 2016-07-20 12:01:36
|