load_midi_patches (3) - Linux Manuals
load_midi_patches: Forces the MIDI driver to load a set of patches. Allegro game programming library.
Command to display load_midi_patches
manual in Linux: $ man 3 load_midi_patches
NAME
load_midi_patches - Forces the MIDI driver to load a set of patches. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
int load_midi_patches();
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.
RETURN VALUE
Returns non-zero if an error occurred.
Pages related to load_midi_patches