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
  • 12 years ago
  • 1 hour ago
  • 13 years ago

Installs

  • Total 573
  • Win 161
  • Mac 333
  • Linux 79
Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9
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