.\" Generated by the Allegro makedoc utility .TH load_midi_patches 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME load_midi_patches \- Forces the MIDI driver to load a set of patches. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int load_midi_patches(); .SH DESCRIPTION Forces the MIDI driver to load the entire set of patches ready for use. You will not normally need to call this, because Allegro automatically loads whatever data is required for the current MIDI file, but you must call it before sending any program change messages via the midi_out() command. .SH "RETURN VALUE" Returns non-zero if an error occurred. .SH SEE ALSO .BR install_sound (3alleg4), .BR midi_out (3alleg4)