ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Super​Collider

A SuperCollider package for Sublime Text 2

Details

  • 2013.03.29.07.26.29
  • github.​com
  • github.​com
  • 11 years ago
  • 16 minutes ago
  • 12 years ago

Installs

  • Total 573
  • Win 161
  • Mac 333
  • Linux 79
Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Supercollider package for Sublime Text 2

Tested on Windows XP only at the moment.
You will need SC 3.5 RC2 minimum.
Feel free to test it on other environments, fork and pull.

The syntax highlighting comes from RFWatson's SuperCollider TM Bundle
https://github.com/rfwatson/supercollider-tmbundle

Sublime Text 2 home page
http://www.sublimetext.com/2

Supercollider home page
http://supercollider.sourceforge.net

Usage

  • Open Sublime Text 2
  • Go to Preferences/Browse Packages
  • Create a SuperCollider directory.
  • Copy and paste all the files from this repository in it.
  • Change Supercollider path in SuperCollider.sublime-settings
  • Restart Sublime Text 2
  • In Tools, there is a new Supercollider sub menu which allows you to :
    • start and stop sclang,
    • evaluate a line or selection (ctrl+enter),
    • stop all sounds (ctrl+.),
    • search word in SCCode.org,
    • and show/hide the console.
  • If your line starts with the character '(' or ')', it should evaluate the whole expression.
  • Syntax definition/coloring by CrucialFelix

Known bugs

  • on Windows XP

    Server.local.boot;

does not work. You should use

Server.default = s = Server.internal;
s.boot;

instead.

Authors

Geoffroy Montel
RFWatson
CrucialFelix