README 712 B

123456789101112131415161718
  1. SuperCollider is an environment and programming language for real
  2. time audio synthesis and algorithmic composition. It provides an
  3. interpreted object oriented language which functions as a network
  4. client to a state of the art, realtime sound synthesis server.
  5. To use scvim editor copy the contents of /usr/share/scvim/vim to
  6. ~/.vim/
  7. This will perform setcap cap_ipc_lock,cap_sys_nice=ep
  8. to /usr/bin/sclang, /usr/bin/scsynth, /usr/bin/scide and
  9. /usr/bin/scvim. If you don't want this behaviour pass CAPS="no" to the
  10. script.
  11. Pass EMACS=no to the script to disable emacs support. avahi (enabled
  12. with the switch AVAHI=yes), cwiid, and gedit are optional dependencies.
  13. NOTE: yaml-cpp0.3 is a runtime dependency.