sm64

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

0B.json (2465B)


      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             [2, 32700],
     19             [1, 32700],
     20             [32700, 29430],
     21             "hang"
     22         ],
     23         "envelope3": [
     24             [2, 32700],
     25             [1, 32700],
     26             [32700, 29430],
     27             "hang"
     28         ],
     29         "envelope4": [
     30             [2, 32700],
     31             [1, 32700],
     32             [32700, 29430],
     33             "hang"
     34         ],
     35         "envelope5": [
     36             [2, 32700],
     37             [1, 32700],
     38             [32700, 29430],
     39             "hang"
     40         ],
     41         "envelope6": [
     42             [2, 32700],
     43             [1, 32700],
     44             [32700, 29430],
     45             "hang"
     46         ]
     47     },
     48     "instruments": {
     49         "inst0": {
     50             "release_rate": 19,
     51             "normal_range_lo": 29,
     52             "normal_range_hi": 63,
     53             "envelope": "envelope0",
     54             "sound_lo": "3B_acoustic_guitar_A1",
     55             "sound": "3C_acoustic_guitar_E3",
     56             "sound_hi": "3D_acoustic_guitar_B6"
     57         },
     58         "inst1": {
     59             "release_rate": 208,
     60             "envelope": "envelope1",
     61             "sound": "2E_accordion_C4"
     62         },
     63         "inst2": {
     64             "release_rate": 208,
     65             "envelope": "envelope2",
     66             "sound": "2E_accordion_C4"
     67         },
     68         "inst3": {
     69             "release_rate": 208,
     70             "envelope": "envelope3",
     71             "sound": "16_french_horns_C3"
     72         },
     73         "inst4": {
     74             "release_rate": 208,
     75             "envelope": "envelope4",
     76             "sound": "16_french_horns_C3"
     77         },
     78         "inst5": {
     79             "release_rate": 10,
     80             "normal_range_lo": 24,
     81             "envelope": "envelope5",
     82             "sound_lo": "0E_hihat_closed",
     83             "sound": "0F_hihat_open"
     84         },
     85         "inst6": {
     86             "release_rate": 208,
     87             "envelope": "envelope6",
     88             "sound": "2F_sleigh_bells"
     89         }
     90     },
     91     "instrument_list": [
     92         "inst0",
     93         "inst1",
     94         "inst2",
     95         null,
     96         null,
     97         null,
     98         "inst3",
     99         "inst4",
    100         null,
    101         null,
    102         "inst5",
    103         "inst6"
    104     ]
    105 }