|
NAMEstop_midi - Stops whatever music is currently playing. Allegro game programming library.SYNOPSIS#include <allegro.h>void stop_midi(); DESCRIPTIONStops whatever music is currently playing. This is the same thing as calling play_midi(NULL, FALSE).SEE ALSOplay_midi(3), midi_pause(3)
Visit the GSP FreeBSD Man Page Interface. |