Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sclang(1) [debian man page]

SCLANG(1)						      General Commands Manual							 SCLANG(1)

NAME
sclang - a real time audio synthesis programming language SYNOPSIS
sclang [options] DESCRIPTION
SuperCollider is a real time audio synthesis programming language. sclang is a client for the scsynth(1) server. It connects to scsynth, interprets your sclang commands, and sends OSC message to scsynth. SuperCollider has documentation in the HTML format available in the supercollider-doc package. OPTIONS
A summary of options is included below. -d <path> Set runtime directory -D Enter daemon mode (no input) -g <memory-growth>[ k | m ] Set heap growth (default 256k) -h Show summary of options -l <path> Set library configuration file -m <memory-space>[ k | m ] Set initial heap size (default 2m) -r Call Main.run on startup -s Call Main.stop on shutdown -u <network-port-number> Set UDP listening port (default 57120) SEE ALSO
scsynth(1) /usr/share/doc/supercollider AUTHOR
This manual page was written by Paul Brossier <piem@altern.org> for the Debian project (but may be used by others). Modified and updated by Artem Popov <artfwo@gmail.com>. Nov 18, 2008 SCLANG(1)

Check Out this Related Man Page

SCVIM(1)						      General Commands Manual							  SCVIM(1)

NAME
scvim_make_help - strip SuperCollider HTML help to text, for use with scvim SYNOPSIS
scvim_make_help [options] DESCRIPTION
This manual page documents briefly the scvim_make_help command. scvim_make_help is a script that strips SuperCollider HTML help to text format, for use with scvim. Users do NOT normally need to invoke it, since it is called by the main scvim script upon first run. The stripped files are placed in ~/.scvim by default, but this can be overridden by specifying SCVIM_CACHE_DIR environment variable. OPTIONS
A summary of options is included below. -s --source-dir directory Specify the soruce directory to search for HTML help files. -d --dest-dir directory The Destination Directory for the processed Help Files. -c --clean Clean the Destination Directory before building the helpfiles. -f --force Do not prompt to see if the user is sure about deleting files. -h --help Show summary of options. SEE ALSO
scvim(1) /usr/share/doc/supercollider-vim/README.scvim AUTHOR
scvim was written by Alex Norman <alex at x37v dot info>. This manual page was written by Dan Stowell <danstowell@users.sourceforge.net>, for the Ubuntu project (but may be used by others). Nov 18, 2008 SCVIM(1)
Man Page

2 More Discussions You Might Find Interesting

1. Programming

Help with C programming

good day fellas could someone kindly explain to me how to read the last line from a file using c language ? regards (2 Replies)
Discussion started by: surubi_abada
2 Replies

2. Programming

attach message at runtime

Hello, I have a client C and server C, the client connects to the server and sends a message. At runtime I want to attach to the message sent, a couple (x, y) Do you know a mechanism that allows me this? Thank you. Cordially. (5 Replies)
Discussion started by: chercheur857
5 Replies