Difference between revisions of "C"

From CCRMA Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 +
Arrays
 +
http://www.cs.swarthmore.edu/~newhall/unixhelp/C_arrays.html#dynamic2D
 +
 
http://web.stanford.edu/~fringer/teaching/operating_systems_03/handouts/lecture8.pdf
 
http://web.stanford.edu/~fringer/teaching/operating_systems_03/handouts/lecture8.pdf
  

Revision as of 15:24, 24 September 2014

Arrays

http://www.cs.swarthmore.edu/~newhall/unixhelp/C_arrays.html#dynamic2D

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

> node midi-to-json.js scale_t0.mid scale_t0.json
> node midi-to-json.js scale_t1.mid scale_t1.json

Run Javascript from commandline (Node):

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