ChucK-plugin-for-ST3
ChucK-plugin-for-ST3 copied to clipboard
Chuck.py doesn't work
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_vmCommandwhich tries to useeditout of context. WindowCommand subclasses in ST3 do not receiveself,edit, onlyself.
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