Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Latest commit

 

History

History
67 lines (38 loc) · 1.52 KB

File metadata and controls

67 lines (38 loc) · 1.52 KB

A SuperCollider bundle for TextMate.

Download most recent tarball

Requirements

A recent build of SC (>= 3.3 alpha)

Key controls

  • ENTER
    Execute current selection/line
  • CTRL-PERIOD
    Stop server
  • CMD-k
    recompile class library
  • CMD-d
    Help
  • CMD-j
    Open class definition
  • CMD-y
    Implementations of
  • CMD-Y
    References to
  • CMD-?
    Post window to front
  • CMD-SHIFT-C
    Clear post window
  • CMD-ALT-CTRL-S
    Switch to SuperCollider mode


plus various snippets – check the bundle.

Installation

  1. Double click on SuperCollider.tmbundle.
  2. Copy TextMate.sc to SuperCollider class load path, eg ~/Application\ Support/SuperCollider/Extensions/. Relaunch SC.
  3. With .sc document open in TextMate, commands should now work as long as both SC and TM are open..

Notes

I’ve extracted the underlying code to allow control of SC.app from any command line application.
sc3ctrl on github

Disclaimer

This is a new implementation and still as yet not properly tested

Contact me

Via github