.\" Generated by the Allegro makedoc utility .TH midi_out 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME midi_out \- Streams a block of MIDI commands into the player. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void midi_out(unsigned char *data, int length); .SH 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. .SH SEE ALSO .BR install_sound (3alleg4), .BR load_midi_patches (3alleg4), .BR midi_recorder (3alleg4)