14_piranha_music_box.json (2039B)
1 { 2 "date": "1996-03-19", 3 "sample_bank": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "instruments", "else": "piranha_music_box"}, 4 "envelopes": { 5 "envelope0": [ 6 [6, 32700], 7 [298, 32700], 8 [32700, 29430], 9 "hang" 10 ], 11 "envelope1": [ 12 [6, 32700], 13 [298, 32700], 14 [32700, 29430], 15 "hang" 16 ], 17 "envelope2": [ 18 [6, 32700], 19 [298, 32700], 20 [32700, 29430], 21 "hang" 22 ], 23 "envelope3": [ 24 [6, 32700], 25 [298, 32700], 26 [32700, 29430], 27 "hang" 28 ], 29 "envelope4": [ 30 [6, 32700], 31 [298, 32700], 32 [32700, 29430], 33 "hang" 34 ] 35 }, 36 "instruments": { 37 "inst0": { 38 "release_rate": 119, 39 "envelope": "envelope0", 40 "sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "3A_music_box_C5", "else": "00_music_box_C5"} 41 }, 42 "inst1": { 43 "release_rate": 119, 44 "envelope": "envelope1", 45 "sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "3A_music_box_C5", "else": "00_music_box_C5"} 46 }, 47 "inst2": { 48 "release_rate": 119, 49 "envelope": "envelope2", 50 "sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "3A_music_box_C5", "else": "00_music_box_C5"} 51 }, 52 "inst3": { 53 "release_rate": 119, 54 "envelope": "envelope3", 55 "sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "3A_music_box_C5", "else": "00_music_box_C5"} 56 }, 57 "inst4": { 58 "release_rate": 119, 59 "envelope": "envelope4", 60 "sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "3A_music_box_C5", "else": "00_music_box_C5"} 61 } 62 }, 63 "instrument_list": [ 64 "inst0", 65 "inst1", 66 "inst2", 67 "inst3", 68 "inst4" 69 ] 70 }