1stop_midi(3)                    Allegro manual                    stop_midi(3)
2
3
4

NAME

6       stop_midi  -  Stops  whatever  music is currently playing. Allegro game
7       programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void stop_midi();
14

DESCRIPTION

16       Stops whatever music is currently playing. This is the  same  thing  as
17       calling play_midi(NULL, FALSE).
18
19

SEE ALSO

21       play_midi(3), midi_pause(3)
22
23
24
25Allegro                          version 4.2.2                    stop_midi(3)
Impressum