midi_out - Man Page
Streams a block of MIDI commands into the player. Allegro game programming library.
Synopsis
#include <allegro.h>
void midi_out(unsigned char *data, int length);
Description
Streams a block of MIDI commands into the player in real-time, allowing you to trigger notes, jingles, etc, over the top of whatever MIDI file is currently playing.
See Also
Referenced By
load_midi_patches(3), midi_recorder(3).
version 4.4.3 Allegro manual