.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH SCSYNTH 1 "Nov 18, 2008" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME scsynth \- SuperCollider audio synthesis server .SH SYNOPSIS .B scsynth .RI [ options ] .SH DESCRIPTION \fBSuperCollider\fP is a real time audio synthesis programming language. This manual page documents briefly the .B scsynth command, the audio server of SuperCollider. SuperCollider has documentation in the HTML format available in the \fIsupercollider\-doc\fP package. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. .SH OPTIONS A summary of options is included below. There \fBmust\fP be a \-u and/or a \-t option, or \-N for nonrealtime. .TP .B \-u a port number (0\(hy65535) .TP .B \-t a port number (0\(hy65535) .TP .B \-c default 4096 .TP .B \-a default 128 .TP .B \-i default 2 .TP .B \-o default 2 .TP .B \-z default 64 .TP .B \-Z default 0 .TP .B \-S default 0 .TP .B \-b default 1024 .TP .B \-n default 1024 .TP .B \-d default 1024 .TP .B \-m default 8192 .TP .B \-w default 64 .TP .B \-r default 64 .TP .B \-D default 1 .TP .B \-R default 1 .TP .B \-l default 64 .br maximum number of named return addresses stored .br also maximum number of tcp connections accepted .TP .B \-p When using TCP, the session password must be the first command sent. The default is no password. UDP ports never require passwords, so for security use TCP. .TP .B \-N .TP .B \-L enable memory locking .TP .B \-H .TP .B \-v 0 is normal behaviour .br \-1 suppresses informational messages .br \-2 suppresses informational and many error messages .TP .B \-U a colon\-separated list of paths .br If \-U is specified, the standard paths are NOT searched for plugins. .TP .B \-P If specified, prevents file\-accessing OSC commands from accessing files outside . .SH TO QUIT To quit, send a 'quit' command via UDP or TCP, or press ctrl\-C. .SH SEE ALSO .BR sclang (1), .br .I /usr/share/doc/supercollider\-server .br .SH AUTHOR This manual page was written by Paul Brossier for the Debian project (but may be used by others). Modified and updated by Artem Popov .