Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sfxtest(1) [debian man page]

SFXTEST(1)							   AWE32 manual 							SFXTEST(1)

NAME
sfxtest - test utility for the Linux AWE32 driver SYNOPSIS
sfxtest [command parameters] ... DESCRIPTION
This manual page documents briefly the sfxtest 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. sfxtest is a program designed for testing that the Linux AWE32 driver has been set up properly, and that the appropriate patch files are loaded correctly (using sfxload(1), or gusload(1)). OPTIONS
The program takes a series of commands followed by arguments. It accepts the following commands:- X Instructs the program to use channel control mode. x channel Changes the channel being operated on to channel b bank Changes the bank being used to bank p program Changes the program (instrument) being used to program n note velocity Sends a noteon command for note note at velocity velocity k Kills a note (sends noteoff). K note Kills the note note (used for channel mode). r value Sets the pitch sense to value w value Sets the putch wheel to value t time Waits for time hundredths of a second. c value Sets the panning value to value v note velocity Changes the key pressure of note to velocity velocity D mode Sets the debug mode of the driver to mode C mode Sets the chorus type to mode R mode Sets the reverb type to mode F parameter value Sends an effect command type parameter , with value value I (Re-)Initializes the AWE32 driver and EMU8000 chip. SEE ALSO
sfxload(1), gusload(1), drvmidi(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 09:57:48 GMT 1997 SFXTEST(1)

Check Out this Related Man Page

ID3TOOL(1)						      General Commands Manual							ID3TOOL(1)

NAME
id3tool - a command line editor for id3 tags. SYNOPSIS
id3tool [options] files ... DESCRIPTION
This manual page is for the id3tool command. id3tool is a program that can be used to view and edit id3 tags from the command line. When invoked from the command line with filenames and no options, it will display the used fields of the id3 tags. When invoked from the command line with filenames and "set" options, it will change the id3 tag fields specified to the specified values on all the files. Due to limitations in the ID3v1 specification, most fields are limited to 30 characters. The note field is limited to 28 characters if a track number is in use. You can force a tag to be v1.1 by using a specifying a non-zero track number, or force a tag to be v1.0 by specifying a track number of zero (0). OPTIONS
The programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A complete list of options are included below. For a complete description, use the help option. -t, --set-title=WORD Sets the title to WORD -a, --set-album=WORD Sets the album to WORD -r, --set-artist=WORD Sets the artist to WORD -y, --set-year=YEAR Sets the year to YEAR [4 digits] -n, --set-note=WORD Sets the note to WORD -g, --set-genre=INT Sets the genre code to INT (the codes can be acquired from the genre list.) -G, --set-genre-word=WORD Sets the genre to WORD (given that WORD is from the genre list.) -c, --set-track=INT Sets the track to INT -h, --help Show summary of options. -v, --version Show version of program. -l, --genre-list Shows the genre list. AUTHOR
id3tool and this manual page were written by Chris Collins <xfire@xware.cx> ID3TOOL(1)
Man Page