1midi_out(3) Allegro manual midi_out(3)
2
3
4
6 midi_out - Streams a block of MIDI commands into the player. Allegro
7 game programming library.
8
10 #include <allegro.h>
11
12
13 void midi_out(unsigned char *data, int length);
14
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
22 install_sound(3), load_midi_patches(3), midi_recorder(3)
23
24
25
26Allegro version 4.4.3 midi_out(3)