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.