Query: load_midi
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
load_midi(3alleg4) Allegro manual load_midi(3alleg4)NAMEload_midi - Loads a MIDI file. Allegro game programming library.SYNOPSIS#include <allegro.h> MIDI *load_midi(const char *filename);DESCRIPTIONLoads a MIDI file (handles both format 0 and format 1). Example: MIDI *music; music = load_midi("backmus.mid"); if (!music) abort_on_error("Couldn't load background music!");RETURN VALUEReturns a pointer to a MIDI structure, or NULL on error. Remember to free this MIDI file later to avoid memory leaks.SEE ALSOdestroy_midi(3alleg4), play_midi(3alleg4), get_midi_length(3alleg4), exmidi(3alleg4) Allegro version 4.4.2 load_midi(3alleg4)
| Related Man Pages | 
|---|
| play_midi(3alleg4) - centos | 
| exmidi(3alleg4) - netbsd | 
| exmidi(3alleg4) - v7 | 
| exmidi(3alleg4) - osx | 
| exmidi(3alleg4) - x11r4 | 
| Similar Topics in the Unix Linux Community | 
|---|
| Adding the individual columns of a matrix. | 
| Introduction | 
| Find columns in a file based on header and print to new file | 
| A (ksh) Library For and From UNIX.com | 
| New UNIX and Linux History Sections |