man scsynth (Commandes) - supercollider audio synthesis server
NAME
scsynth - supercollider audio synthesis server
SYNOPSIS
scsynth [-u <udp-port> |-t <tcp-port> ] [-caiozZSbndmwrDl <num> |-p <pass> ]
DESCRIPTION
supercollider is a real time audio synthesis programming
language.
This manual page documents briefly the
scsynth
command, the audio server of supercollider.
Supercollider has documentation in the Rich Text Format (RTF)
available in the supercollider-doc package.
OPTIONS
A summary of options is included below. There must be a -u and/or a -t options.
- -u <udp-port-number>
- a port number (0-65535)
- -t <tcp-port-number>
- a port number (0-65535)
- -c <number-of-control-bus-channels>
- default 4096
- -a <number-of-audio-bus-channels>
- default 128
- -i <number-of-input-bus-channels>
- default 2
- -o <number-of-output-bus-channels>
- default 2
- -z <block-size>
- default 64
- -Z <hardware-buffer-size>
- default 0
- -S <hardware-sample-rate>
- default 0
- -b <number-of-sample-buffers>
- default 1024
- -n <max-number-of-nodes>
- default 1024
- -d <max-number-of-synth-defs>
- default 1024
- -m <real-time-memory-size>
- default 2048
- -w <number-of-wire-buffers>
- default 64
- -r <number-of-random-seeds>
- default 64
- -D <load synthdefs? 1 or 0>
- default 1
- -l <max-logins>
- default 64
maximum number of named return addresses stored
also maximum number of tcp connections accepted - -p <session-password>
- 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.
- -N <cmd-filename> <input-filename> <output-filename> <sample-rate> <header-format> <sample-format>
SEE ALSO
AUTHOR
This manual page was written by Paul Brossier <piem@altern.org> for the Debian project (but may be used by others). Please report errors and imprecisions you may find in this page.