C

From CCRMA Wiki
Revision as of 11:20, 23 September 2014 by Rob (Talk | contribs)

Jump to: navigation, search

http://web.stanford.edu/~fringer/teaching/operating_systems_03/handouts/lecture8.pdf

JSON parsing (MIT license):

http://zserge.com/jsmn.html

Midi to Json converter:

https://github.com/mobyvb/midi-converter

convert midi to json: > node midi-to-json.js

Run Javascript from commandline (Node):

http://javascript.cs.lmu.edu/notes/commandlinejs/