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

FreeBSD Manual Pages

  
 
  

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

NAME
     midi_out  -  Streams a block of MIDI commands into the player. Allegro game
     programming library.

SYNOPSIS
     #include <allegro.h>

     void midi_out(unsigned char *data, int length);

DESCRIPTION
     Streams a block of MIDI commands into the player in real-time, allowing you
     to trigger notes, jingles, etc, over the top of whatever MIDI file is  cur-
     rently playing.

SEE ALSO
     install_sound(3), load_midi_patches(3), midi_recorder(3)

Allegro 			  version 4.4.3 		     midi_out(3)

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

home | help