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

FreeBSD Manual Pages

  
 
  

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

NAME
     midi_recorder  -  Hook  notifying you when new MIDI data becomes available.
     Allegro game programming library.

SYNOPSIS
     #include <allegro.h>

     extern void (*midi_recorder)(unsigned char data);

DESCRIPTION
     If set, this function is called by the MIDI input	driver	whenever  a  new
     byte of MIDI data becomes available. It runs in an interrupt context, so it
     must  execute  very quickly and all the code/data must be locked. This cur-
     rently works only under DOS and Windows.

SEE ALSO
     install_sound_input(3), midi_out(3)

Allegro 			  version 4.4.3 		midi_recorder(3)

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

home | help