tildebyte / ChucK-plugin-for-ST3

A Sublime Text 3 plugin for ChucK (http://chuck.cs.princeton.edu).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chuck.py doesn't work

zeffii opened this issue · comments

let's narrate this a bit.

  • The supercollider plugin was written for ST2 and SC
  • ST3 has a slightly different plugin architecture than ST2, in particular noticeable in the poll function of class Ck_loop_vmCommand which tries to use edit out of context. WindowCommand subclasses in ST3 do not receive self,edit, only self.

i'll add more to this list as i get more time.

my proposal to chuck.py is (something like) this:
https://gist.github.com/zeffii/7832489