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

add scales, either store a collection or make doc search launch

zeffii opened this issue · comments

http://www.dtic.upf.edu/~gcoleman/chuck/svn/scale.ck
poking around in supercollider i noticed that they implement for example:

Scale.major.degrees which evaluates to [ 0, 2, 4, 5, 7, 9, 11 ]

Can be very useful.
https://gist.github.com/anonymous/7476334 (GNU GPL)

Wow. I bow to your google-fu. How do you find this stuff?
I'll look at this sometime tonight.

pushed, think this should work "fingers crossed"

Awesome.

Now I'm starting to think about how to turn that Scale class into a lib... Having all those scales, plus arps and much more interestingly, scale/interval math (transpose, modulate) ::drools::