sm64

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

0E.json (2674B)


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