Stops whatever music is currently playing. allegro game programming library.
#include <allegro.h>
void stop_midi();
Stops whatever music is currently playing. This is the same thing as calling play_midi(NULL, FALSE).
play_midi(3alleg4), midi_pause(3alleg4)