.\" Generated by the Allegro makedoc utility .TH stop_midi 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME stop_midi \- Stops whatever music is currently playing. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void stop_midi(); .SH DESCRIPTION Stops whatever music is currently playing. This is the same thing as calling play_midi(NULL, FALSE). .SH SEE ALSO .BR play_midi (3alleg4), .BR midi_pause (3alleg4)