Difference between revisions of "C"

From CCRMA Wiki
Jump to: navigation, search
m
m
Line 6: Line 6:
 
Midi to Json converter:
 
Midi to Json converter:
 
  https://github.com/mobyvb/midi-converter
 
  https://github.com/mobyvb/midi-converter
 +
 +
convert midi to json: > node midi-to-json.js
  
 
Run Javascript from commandline (Node):
 
Run Javascript from commandline (Node):
 
  http://javascript.cs.lmu.edu/notes/commandlinejs/
 
  http://javascript.cs.lmu.edu/notes/commandlinejs/

Revision as of 11:20, 23 September 2014

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/