table of contents
midi_pause(3) | Allegro manual | midi_pause(3) |
NAME¶
midi_pause - Pauses the MIDI player. Allegro game programming library.
SYNOPSIS¶
#include <allegro.h>
void midi_pause();
DESCRIPTION¶
Pauses the MIDI player.
SEE ALSO¶
play_midi(3), stop_midi(3), midi_resume(3), midi_seek(3), exmidi(3)
version 4.4.3 | Allegro |