1MIDI(3) Allegro manual MIDI(3)
23
4
NAME
6MIDI - Stores MIDI data. Allegro game programming library.
7
SYNOPSIS
9#include <allegro.h>
1011
12
typedef struct MIDI
13
DESCRIPTION
15A structure holding MIDI data. Read chapter "Music routines (MIDI)" for
16a description on how to obtain/use this structure.
1718
SEE ALSO
20load_midi(3), exmidi(3)
2122
23
24
Allegro version 4.4.2 MIDI(3)