load_midi(3alleg4) centos man page | unix.com

Man Page: load_midi

Operating Environment: centos

Section: 3alleg4

load_midi(3alleg4)						  Allegro manual						load_midi(3alleg4)

NAME
load_midi - Loads a MIDI file. Allegro game programming library.
SYNOPSIS
#include <allegro.h> MIDI *load_midi(const char *filename);
DESCRIPTION
Loads 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 VALUE
Returns a pointer to a MIDI structure, or NULL on error. Remember to free this MIDI file later to avoid memory leaks.
SEE ALSO
destroy_midi(3alleg4), play_midi(3alleg4), get_midi_length(3alleg4), exmidi(3alleg4) Allegro version 4.4.2 load_midi(3alleg4)
Related Man Pages
exmidi(3alleg4) - debian
play_midi(3alleg4) - debian
exmidi(3alleg4) - mojave
exmidi(3alleg4) - netbsd
exmidi(3alleg4) - x11r4
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
CentOS7 restoring file capabilities
Please Welcome Dave Munro to the Moderator Team!