Note: This was written using elasticsearch 0.9.
Elasticsearch will automatically create an index (with basic settings and mappings) for you if you post a first document:
$ curl -X POST 'http://localhost:9200/thegame/weapons/1' -d \
'{
"_id": 1,| #polyphonic midi input program with sustained notes | |
| #experimental program by Robin Newman, November 2017 | |
| #pitchbend can be applied to notes at any time while they are sounding | |
| use_debug false | |
| set :synth,:tb303 #initial value | |
| set :pb,0 #pitchbend initial value | |
| kill_list=[] #list to contain notes to be killed | |
| on_notes=[] #list of notes currently playing | |
| ns=[] #array to store note playing references |
Note: This was written using elasticsearch 0.9.
Elasticsearch will automatically create an index (with basic settings and mappings) for you if you post a first document:
$ curl -X POST 'http://localhost:9200/thegame/weapons/1' -d \
'{
"_id": 1,This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer