Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gusload(1) [redhat man page]

GUSLOAD(1)							   AWE32 manual 							GUSLOAD(1)

NAME
gusload - load a GUS-format patch file into the AWE32 RAM SYNOPSIS
gusload [-Iixv] [-b bank] [-p preset] GUSpatch DESCRIPTION
This manual page documents briefly the gusload command. This manual page was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a manual page. gusload is a program that will read a GUS-format patch file, and then upload it to the Linux AWE32 driver, to be used by other AWE32 utili- ties, e.g. drvmidi(1). OPTIONS
The program follows the usual UNIX command line syntax, but doesn't support long options (options starting with two dashes `-'). Here is a summary of the options is accepts:- -I (Re-)Initializes the AWE32 driver. -i Resets all samples. -x Removes the last samples in the AWE32's RAM. -v Verbose mode. -p [preset] Sets the instrument number to [preset]. Defaults to values specified in the patch file. -b [bank] Sets the "bank" that the instruments are loaded into. Defaults to bank 0. -c [chorus] Sets the amount of chorus, ranging from 0 to 100. -r [reverb] Sets the amount of reverberation, ranging from 0 to 100. SEE ALSO
sfxload(1) AUTHOR
This manual page was written by Tom Lees <tom@lpsg.demon.co.uk>, for the Debian GNU/Linux system. The AWE32 driver and utilities were written by Takashi Iwai <iwai@dragon.mm.t.u-tokyo.ac.jp>. awesfx 0.3.3 Mon Feb 17 10:35:23 GMT 1997 GUSLOAD(1)

Check Out this Related Man Page

SF2TEXT(1)							   AWE32 manual 							SF2TEXT(1)

NAME
SF2TEXT - program to convert SBK or SF2 (SoundFont) files to text format SYNOPSIS
sf2text SoundFont [outputfile] txt2sfx [-Bv] [-m mode] [-d sf2file] textfile sfxfile sfxtext sfxfile gus2sfx [-Bv] [-m mode] [-d sf2file] textfile sfxfile DESCRIPTION
This manual page documents briefly the sf2text , txt2sfx , sfxtext , and gus2sfx commands. This manual page was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a manual page. All these programs are used for converting from various common patch file formats (SoundFont and GUS) into a proprietary format used by older versions of the AWE32 driver. Although newer versions of the driver and utilities are still compatible with these formats, these for- mats do not support multiple layer voices, and in general, you should use sfxload(1), and gusload(1) to load SoundFonts or GUS patches directly. sf2text is a program which converts SoundFont (.SBK and .SF2) files into an intermediate text format used by txt2sfx. txt2sfx is a program which converts the text format output by sf2text into a binary format "sfx" file. This file can be read by sfxload(1). sfx- text takes an "sfx" file, and converts it back to the text format. gus2sfx is a program which converts from GUS-format patch files into the sfx format handled by OPTIONS
The programs follow the usual UNIX command line syntax, but don't support long options (ones starting with two dashes `-'). sf2text, and sfxtext do not support any options. txt2sfx and gus2sfx support the following options: -B Adds a 48-byte blank loop to the end of each sample. -v Increases the verbosity level. Using this option more than once causes the output to become increasingly verbose. -m mode Sets the instrument usage mode when multiple definitions are found for the same instrument (multi-layered instruments): 0 means to use the first found, 1 means to use the last, and 2 means to merge them. -d sf2file Includes raw sample data found in the SoundFont file sf2file SEE ALSO
sfxload(1), gusload(1) AUTHOR
This manual page was written by Tom Lees <tom@lpsg.demon.co.uk>, for the Debian GNU/Linux system. The AWE32 driver and utilities were written by Takashi Iwai <iwai@dragon.mm.t.u-tokyo.ac.jp>. awesfx 0.3.3 Sun Mar 2 10:13:22 GMT 1997 SF2TEXT(1)
Man Page