Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

comet(6) [debian man page]

COMET(6)																  COMET(6)

NAME
comet - a mission editor for Crimson Fields SYNOPSIS
comet [--level level] [--width width] [--height width] [--fullscreen 1|0] [--sound 1|0] comet {--help | --version} DESCRIPTION
comet (the Crimson Fields Map Editing Tool) is a mission editor for Crimson Fields. OPTIONS
--level level Start the editor with the level loaded. --width w Set screen width to w. Minimum screen width is 320. Default is 800. --height h Set screen height to h. Minimum screen height is 240. Default is 600. --fullscreen 1|0 Turn fullscreen mode on/off. The default is to start in windowed mode. --sound 1|0 Turn sound on/off. The default is on. --help Print a usage message on standard output and exit. --version Print version information on standard output and exit. SEE ALSO
cfed(6), crimson(6) COPYRIGHT
Copyright (C) 2002-2007 Jens Granseuer This software is distributed under the terms of the GNU General Public License[1] (GPL). AUTHOR
Jens Granseuer <jensgr@gmx.net> Author. REFERENCES
1. GNU General Public License http://www.gnu.org/copyleft/gpl.html January 20 2007 COMET(6)

Check Out this Related Man Page

synaesthesia(1) 														   synaesthesia(1)

NAME
synaesthesia - visual sound display SYNOPSIS
synaesthesia [--use-sdl] [--use-x] [--use-svga] [--fullscreen] [--width w] [--height h] input DESCRIPTION
Synaestheia is a program for representing audio graphically in real time using an attractive variety of visual effects. It reads sound data from input and displays the visual representation through svgalib, X or SDL. While synaesthesia is running, moving the mouse over the window will expose a set of audio and other runtime controls. --use-sdl Force display via SDL. --use-svga Force display via svgalib (i386 architecture only). --use-x Force display via X. --fullscreen Attempt a full-screen display (requires a fast machine). --width w Specify a width for the window. --height h Specify a height for the window. input as cd | line | esd | pipe frequency Audio source; this should be one of cd, line, esd, or pipe. When using a pipe source, the sample frequency (e.g. 44100) must be specified; synaesthesia will expect a 16-bit stereo PCM stream on standard input. The sound will be played to the audio device. EXAMPLES
synaesthesia esd synaesthesia cd synaesthesia line ogg123 -d raw -f - song.ogg | synaesthesia pipe 44100 AUTHOR
Synaesthesia was written by Paul Harrison <pfh@csse.monash.edu.au>. This manual page was written by Devin Carraway <devin@debian.org> for the Debian GNU/Linux system (but may be used by others). 10 May 2003 synaesthesia(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to use ed ?

hi all. the problem: file contains a string like... impossible mission ...now, that should be the impossible mission.. that means, I wanna make a string in front of the other strings but in the same line.. with vi it isn't a problem...easy. but I wanna take the ed... ed file i... (8 Replies)
Discussion started by: svennie
8 Replies

2. Shell Programming and Scripting

Dynamic filename in awk

Hi The following code seems to work, but why am i getting an error message? cscyabl@comet:(develop)> awk 'BEGIN {FS="|"}{print $2 >> $1}' test.sum awk: A print or getline function must have a file name. The input line number is 8. The file is test.sum. The source line number is 1. ... (2 Replies)
Discussion started by: Indalecio
2 Replies

3. Shell Programming and Scripting

awk dodginess

Hello, HP Alpha Tru64 cscyabl@comet:(tstbass)> echo "00000" | awk '{if ($0 == "") {print "lol"}}' cscyabl@comet:(tstbass)> Sun Solaris -bash-3.00$ echo "00000" | awk '{if ($0 == "") {print "lol"}}' lol -bash-3.00$ Any idea how I can get around this issue? Itīs really... (3 Replies)
Discussion started by: Indalecio
3 Replies

4. UNIX and Linux Applications

C++ IDE and/or Text editor with split screen

I'm looking for a c++ IDE and/or Text editor with split screen abilities like what you see below with notepad ++. Having the ability to split your screen is very helpful when comparing code. http://i255.photobucket.com/albums/hh133/COKEDUDEUSF/Split_Screen.jpg ... (5 Replies)
Discussion started by: cokedude
5 Replies