Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
load_midi_patches(3)		 Allegro manual 	    load_midi_patches(3)

NAME
     load_midi_patches	- Forces the MIDI driver to load a set of patches. Alle-
     gro 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() com-
     mand.

RETURN VALUE
     Returns non-zero if an error occurred.

SEE ALSO
     install_sound(3), midi_out(3)

Allegro 			  version 4.4.3 	    load_midi_patches(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=load_midi_patches&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help