21.json (1009B)
1 { 2 "date": "1996-03-19", 3 "sample_bank": "instruments", 4 "envelopes": { 5 "envelope0": [ 6 [2, 32700], 7 [1, 32700], 8 [32700, 29430], 9 "hang" 10 ], 11 "envelope1": [ 12 [2, 32700], 13 [1, 32700], 14 [32700, 29430], 15 "hang" 16 ], 17 "envelope2": [ 18 [6, 32700], 19 [298, 0], 20 [1, 0], 21 "hang" 22 ] 23 }, 24 "instruments": { 25 "inst0": { 26 "release_rate": 208, 27 "envelope": "envelope0", 28 "sound": "2E_accordion_C4" 29 }, 30 "inst1": { 31 "release_rate": 208, 32 "envelope": "envelope1", 33 "sound": "2E_accordion_C4" 34 }, 35 "inst2": { 36 "release_rate": 10, 37 "envelope": "envelope2", 38 "sound": "26_crystal_rhodes_C4" 39 } 40 }, 41 "instrument_list": [ 42 "inst0", 43 null, 44 "inst1", 45 "inst2" 46 ] 47 }