midi_out
Streams a block of MIDI commands into the player. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-2)
- Source: allegro4.4
- Report a bug
Streams a block of MIDI commands into the player. Allegro game programming library.
#include <allegro.h>
void midi_out(unsigned char *data, int length);
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.
install_sound(3alleg4), load_midi_patches(3alleg4), midi_recorder(3alleg4)