stop_midi - Man Page
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
Referenced By
version 4.4.3 Allegro manual