1midi_out(3)                     Allegro manual                     midi_out(3)
2
3
4

NAME

6       midi_out  -  Streams  a block of MIDI commands into the player. Allegro
7       game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void midi_out(unsigned char *data, int length);
14

DESCRIPTION

16       Streams a block of MIDI commands into the player in real-time, allowing
17       you  to trigger notes, jingles, etc, over the top of whatever MIDI file
18       is currently playing.
19
20

SEE ALSO

22       install_sound(3), load_midi_patches(3), midi_recorder(3)
23
24
25
26Allegro                          version 4.2.2                     midi_out(3)
Impressum