stop_midi
Section: Allegro manual (3)
Updated: version 4.2.2
Index
Return to Main Contents
NAME
stop_midi - Stops whatever music is currently playing. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
void stop_midi();
DESCRIPTION
Stops whatever music is currently playing. This is the same thing as
calling play_midi(NULL, FALSE).
SEE ALSO
play_midi(3),
midi_pause(3)