logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

See Also

play_midi(3alleg4), midi_pause(3alleg4)

Allegro                                           version 4.4.3                               stop_midi(3alleg4)

Synopsis

#include<allegro.h>voidstop_midi();

See Also