stop_midi(3alleg4) | Allegro manual | stop_midi(3alleg4) |
stop_midi - 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).
version 4.4.3 | Allegro |