debian man page for load_ibk

Query: load_ibk

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

load_ibk(3alleg4)						  Allegro manual						 load_ibk(3alleg4)

NAME
load_ibk - Reads in a .IBK patch definition file for the Adlib driver. Allegro game programming library.
SYNOPSIS
#include <allegro.h> int load_ibk(char *filename, int drums);
DESCRIPTION
Reads in a .IBK patch definition file for use by the Adlib driver. If drums is set, it will load it as a percussion patch set, otherwise it will use it as a replacement set of General MIDI instruments. You may call this before or after initialising the sound code, or can simply set the ibk_file and ibk_drum_file variables in the configuration file to have the data loaded automatically. Note that this function has no effect on any drivers other than the Adlib one!
RETURN VALUE
Returns non-zero on error.
SEE ALSO
install_sound(3alleg4) Allegro version 4.4.2 load_ibk(3alleg4)
Related Man Pages
exmidi(3alleg4) - opendarwin
play_midi(3alleg4) - centos
exmidi(3alleg4) - mojave
play_midi(3alleg4) - mojave
play_midi(3alleg4) - osx
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph