logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sclang - a real time audio synthesis programming language

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)

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.

Name

       sclang - a real time audio synthesis programming language

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

Synopsis

sclang [options]

See Also