Query: midi_recorder
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
midi_recorder(3alleg4) Allegro manual midi_recorder(3alleg4)NAMEmidi_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);DESCRIPTIONIf set, this function is called by the MIDI input driver whenever a new byte of MIDI data becomes available. It runs in an interrupt con- text, so it must execute very quickly and all the code/data must be locked. This currently works only under DOS and Windows.SEE ALSOinstall_sound_input(3alleg4), midi_out(3alleg4) Allegro version 4.4.2 midi_recorder(3alleg4)
| Related Man Pages | 
|---|
| exmidi(3alleg4) - debian | 
| play_midi(3alleg4) - debian | 
| exmidi(3alleg4) - centos | 
| exmidi(3alleg4) - redhat | 
| exmidi(3alleg4) - osx | 
| Similar Topics in the Unix Linux Community | 
|---|
| awk or sed - Convert 2 lines to 1 line | 
| How can I do this in VI editor? | 
| Is UNIX an open source OS ? | 
| Detecting unused variables... | 
| Weird 'find' results |