ChucK-plugin-for-ST3 icon indicating copy to clipboard operation
ChucK-plugin-for-ST3 copied to clipboard

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

Results 12 ChucK-plugin-for-ST3 issues
Sort by recently updated
recently updated
newest added

as per previous conversation with Ben on the coursera forum > Yah, syntax is black magic. The best I can do is recommend the Python (or other familiar language) tmLanguage...

Changing "initialize.ck" to "$file_name" in ChucK.sublime-build fixed the issue for me. Could be that I selected the wrong option when I first ran it though.

Additional functionality to let us write something like `CrazyUnit cu;` open File could assume this refers to a `.ck` called `CrazyUnit.ck`, and try to open it, but also if the...

enhancement

Something like [this](http://ablelemon.co.uk/chuck/chuck-live-coding) (specifically the git versioning) could bring ST + ChucK closer to what the ChucKers are trying to do with The Audicle (not the mini).

enhancement
general discussion

How you feel about sticking everything into folders where possible. It seems that the python files need to stay in the main folder, but things like the syntax files and...

question

rather than going mental with importing midi, I wonder if it's possible (and within our means) to add a mode that lets a midi keyboard be used to enter content...

enhancement

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...

zeffii says: Finally, I can run Chuck from shell and add + remove shreds. It was a "privileges" problem. Need to have "run as administrator" ticked in the properties of...

enhancement

the suggestions should first look through existing names within the scope of the code, then suggest completions from the completion files. At present many suggestions don't complete to the desired...

bug

As it stands, chuck_doc_search.py points to: http://chuck.cs.princeton.edu/doc/program/ugen_full.html#SndBuf which (at least on Win 7 FF 25) is the top of the page. Lower-casing the UGen name: http://chuck.cs.princeton.edu/doc/program/ugen_full.html#sndbuf navigates to the specific...

bug