sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

23.json (2320B)


      1 {
      2     "date": "1996-03-19",
      3     "sample_bank": "instruments",
      4     "envelopes": {
      5         "envelope0": [
      6             [6, 32700],
      7             [1, 32700],
      8             [32700, 29430],
      9             "hang"
     10         ],
     11         "envelope1": [
     12             [6, 32700],
     13             [1, 32700],
     14             [32700, 29430],
     15             "hang"
     16         ],
     17         "envelope2": [
     18             [6, 32700],
     19             [1, 32700],
     20             [32700, 29430],
     21             "hang"
     22         ],
     23         "envelope3": [
     24             [6, 32700],
     25             [298, 0],
     26             [1, 0],
     27             "hang"
     28         ],
     29         "envelope4": [
     30             [3, 32700],
     31             [298, 0],
     32             [1, 0],
     33             "hang"
     34         ],
     35         "envelope5": [
     36             [2, 32700],
     37             [202, 0],
     38             [1, 0],
     39             "hang"
     40         ]
     41     },
     42     "instruments": {
     43         "inst0": {
     44             "release_rate": 15,
     45             "normal_range_lo": 27,
     46             "normal_range_hi": 46,
     47             "envelope": "envelope0",
     48             "sound_lo": "23_strings_Eb2",
     49             "sound": "24_strings_G#2",
     50             "sound_hi": "25_strings_F#3"
     51         },
     52         "inst1": {
     53             "release_rate": 15,
     54             "normal_range_lo": 27,
     55             "normal_range_hi": 46,
     56             "envelope": "envelope1",
     57             "sound_lo": "23_strings_Eb2",
     58             "sound": "24_strings_G#2",
     59             "sound_hi": "25_strings_F#3"
     60         },
     61         "inst2": {
     62             "release_rate": 15,
     63             "normal_range_lo": 27,
     64             "normal_range_hi": 46,
     65             "envelope": "envelope2",
     66             "sound_lo": "23_strings_Eb2",
     67             "sound": "24_strings_G#2",
     68             "sound_hi": "25_strings_F#3"
     69         },
     70         "inst3": {
     71             "release_rate": 10,
     72             "envelope": "envelope3",
     73             "sound": "26_crystal_rhodes_C4"
     74         },
     75         "inst4": {
     76             "release_rate": 10,
     77             "envelope": "envelope4",
     78             "sound": "26_crystal_rhodes_C4"
     79         },
     80         "inst5": {
     81             "release_rate": 255,
     82             "envelope": "envelope5",
     83             "sound": "27_harpsichord_F3"
     84         }
     85     },
     86     "instrument_list": [
     87         "inst0",
     88         "inst1",
     89         "inst2",
     90         null,
     91         null,
     92         "inst3",
     93         "inst4",
     94         "inst5"
     95     ]
     96 }