You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
Refresh 16
This commit is contained in:
@@ -34,5 +34,5 @@
|
||||
"1F_cutscene_victory": ["1A"],
|
||||
"20_cutscene_ending": ["23"],
|
||||
"21_menu_file_select": ["24"],
|
||||
"22_cutscene_lakitu": {"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"], "banks": ["1B"]}
|
||||
"22_cutscene_lakitu": {"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"], "banks": ["1B"]}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
sequence_start:
|
||||
seq_setmutebhv 0x60
|
||||
seq_setmutescale 0
|
||||
#ifdef VERSION_SH
|
||||
#if defined(VERSION_SH) || defined(VERSION_CN)
|
||||
seq_setvol 100
|
||||
#else
|
||||
seq_setvol 127
|
||||
@@ -89,7 +89,7 @@ chan_dyncall
|
||||
.poll_023589:
|
||||
chan_delay1
|
||||
chan_ioreadval 0
|
||||
chan_bltz .skip_023589 // if we have a signal:
|
||||
chan_bltz .skip_023589 // if we have a signal:
|
||||
chan_beqz .force_stop_023589 // told to stop
|
||||
chan_jump .start_playing_023589 // told to play something else
|
||||
.skip_023589:
|
||||
@@ -2074,7 +2074,7 @@ chan_setlayer 0, .layer_C3C
|
||||
chan_end
|
||||
|
||||
.layer_C3C:
|
||||
#if defined(VERSION_EU) || defined(VERSION_SH)
|
||||
#if defined(VERSION_EU) || defined(VERSION_SH) || defined(VERSION_CN)
|
||||
layer_transpose 2
|
||||
#endif
|
||||
layer_portamento 0x82, 41, 127
|
||||
@@ -2113,7 +2113,7 @@ chan_setlayer 0, .layer_C6C
|
||||
chan_end
|
||||
|
||||
.layer_C6C:
|
||||
#if defined(VERSION_EU) || defined(VERSION_SH)
|
||||
#if defined(VERSION_EU) || defined(VERSION_SH) || defined(VERSION_CN)
|
||||
layer_transpose 1
|
||||
#endif
|
||||
layer_portamento 0x82, 44, 200
|
||||
@@ -2693,13 +2693,13 @@ layer_jump .layer_C4E
|
||||
layer_end
|
||||
#endif
|
||||
|
||||
#if defined(VERSION_EU) || defined(VERSION_SH)
|
||||
#if defined(VERSION_EU) || defined(VERSION_SH) || defined(VERSION_CN)
|
||||
.chan_unused_F9A_eu:
|
||||
chan_setbank 8
|
||||
chan_setinstr 0
|
||||
chan_setlayer 0, .layer_FA2_eu
|
||||
chan_end
|
||||
|
||||
|
||||
.layer_FA2_eu:
|
||||
layer_delay 0x5
|
||||
layer_end
|
||||
@@ -3402,7 +3402,7 @@ chan_setbank 9
|
||||
chan_setinstr 3
|
||||
chan_setval 40
|
||||
chan_call .set_reverb
|
||||
#ifdef VERSION_SH
|
||||
#if defined(VERSION_SH) || defined(VERSION_CN)
|
||||
chan_setreverb 40
|
||||
#endif
|
||||
chan_setlayer 0, .layer_141A
|
||||
@@ -3410,7 +3410,7 @@ chan_end
|
||||
|
||||
.layer_141A:
|
||||
layer_transpose 24
|
||||
#ifdef VERSION_SH
|
||||
#if defined(VERSION_SH) || defined(VERSION_CN)
|
||||
layer_note1 51, 0xc, 90
|
||||
#endif
|
||||
layer_note1 39, 0x4, 90
|
||||
@@ -4155,7 +4155,7 @@ layer_end
|
||||
chan_setlayer 1, .layer_1902
|
||||
chan_setlayer 2, .layer_1907
|
||||
#else
|
||||
#if defined(VERSION_EU) || defined(VERSION_SH)
|
||||
#if defined(VERSION_EU) || defined(VERSION_SH) || defined(VERSION_CN)
|
||||
chan_setbank 9
|
||||
chan_setinstr 3
|
||||
#else
|
||||
@@ -7509,7 +7509,7 @@ layer_end
|
||||
chan_reservenotes 4
|
||||
chan_setbank 9
|
||||
chan_setinstr 2
|
||||
#ifdef VERSION_SH
|
||||
#if defined(VERSION_SH) || defined(VERSION_CN)
|
||||
chan_setval 15
|
||||
.set EXIT_PIPE_NOTE_VELOCITY, 106
|
||||
#else
|
||||
@@ -7831,7 +7831,7 @@ chan_end
|
||||
.layer_3146:
|
||||
layer_delay 0x6
|
||||
|
||||
#ifdef VERSION_SH
|
||||
#if defined(VERSION_SH) || defined(VERSION_CN)
|
||||
.set RED_COIN_NOTE_VELOCITY_SUB, 10
|
||||
#else
|
||||
.set RED_COIN_NOTE_VELOCITY_SUB, 0
|
||||
@@ -8153,7 +8153,7 @@ envelope_goto 2
|
||||
.envelope_341C:
|
||||
envelope_line 25 32760
|
||||
envelope_line 60 10000
|
||||
#ifdef VERSION_SH
|
||||
#if defined(VERSION_SH) || defined(VERSION_CN)
|
||||
envelope_hang
|
||||
#else
|
||||
envelope_goto 2
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
"sound": "0C"
|
||||
},
|
||||
"inst13": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope5",
|
||||
"sound": "0D_chain_chomp_bark"
|
||||
|
||||
@@ -91,67 +91,67 @@
|
||||
"sound": "0F_mario_snoring2"
|
||||
},
|
||||
"inst16": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "10_mario_doh"
|
||||
},
|
||||
"inst17": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "11_mario_game_over"
|
||||
},
|
||||
"inst18": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "12_mario_hello"
|
||||
},
|
||||
"inst19": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "13_mario_press_start_to_play"
|
||||
},
|
||||
"inst20": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "14_mario_twirl_bounce"
|
||||
},
|
||||
"inst21": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "15_mario_snoring3"
|
||||
},
|
||||
"inst22": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": {"ifdef": ["VERSION_SH"], "then": "16_mario_bye_bye", "else": "16_mario_so_longa_bowser"}
|
||||
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "16_mario_bye_bye", "else": "16_mario_so_longa_bowser"}
|
||||
},
|
||||
"inst23": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "17_mario_ima_tired"
|
||||
},
|
||||
"inst24": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "18_mario_waha"
|
||||
},
|
||||
"inst25": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "19_mario_yippee"
|
||||
},
|
||||
"inst26": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "1A_mario_lets_a_go"
|
||||
|
||||
@@ -81,55 +81,55 @@
|
||||
"sound": "0D_mario_thank_you_playing_my_game"
|
||||
},
|
||||
"inst14": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "0E_peach_dear_mario"
|
||||
},
|
||||
"inst15": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "0F_peach_mario"
|
||||
},
|
||||
"inst16": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "10_peach_power_of_the_stars"
|
||||
},
|
||||
"inst17": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "11_peach_thanks_to_you"
|
||||
},
|
||||
"inst18": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "12_peach_thank_you_mario"
|
||||
},
|
||||
"inst19": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "13_peach_something_special"
|
||||
},
|
||||
"inst20": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "14_peach_bake_a_cake"
|
||||
},
|
||||
"inst21": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "15_peach_for_mario"
|
||||
},
|
||||
"inst22": {
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH"],
|
||||
"ifdef": ["VERSION_US", "VERSION_EU", "VERSION_SH", "VERSION_CN"],
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "16_peach_mario2"
|
||||
|
||||
@@ -51,29 +51,29 @@
|
||||
"normal_range_lo": 29,
|
||||
"normal_range_hi": 63,
|
||||
"envelope": "envelope0",
|
||||
"sound_lo": "3B_banjo_2",
|
||||
"sound": "3C_acoustic_guitar",
|
||||
"sound_hi": "3D"
|
||||
"sound_lo": "3B_acoustic_guitar_A1",
|
||||
"sound": "3C_acoustic_guitar_E3",
|
||||
"sound_hi": "3D_acoustic_guitar_B6"
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope1",
|
||||
"sound": "2E_accordion"
|
||||
"sound": "2E_accordion_C4"
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope2",
|
||||
"sound": "2E_accordion"
|
||||
"sound": "2E_accordion_C4"
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope3",
|
||||
"sound": "16_french_horns"
|
||||
"sound": "16_french_horns_C3"
|
||||
},
|
||||
"inst4": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope4",
|
||||
"sound": "16_french_horns"
|
||||
"sound": "16_french_horns_C3"
|
||||
},
|
||||
"inst5": {
|
||||
"release_rate": 10,
|
||||
|
||||
@@ -93,69 +93,69 @@
|
||||
"normal_range_lo": 29,
|
||||
"normal_range_hi": 63,
|
||||
"envelope": "envelope0",
|
||||
"sound_lo": "3B_banjo_2",
|
||||
"sound": "3C_acoustic_guitar",
|
||||
"sound_hi": "3D"
|
||||
"sound_lo": "3B_acoustic_guitar_A1",
|
||||
"sound": "3C_acoustic_guitar_E3",
|
||||
"sound_hi": "3D_acoustic_guitar_B6"
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 24,
|
||||
"normal_range_lo": 29,
|
||||
"normal_range_hi": 61,
|
||||
"envelope": "envelope1",
|
||||
"sound_lo": "3B_banjo_2",
|
||||
"sound": "3C_acoustic_guitar",
|
||||
"sound_hi": "3D"
|
||||
"sound_lo": "3B_acoustic_guitar_A1",
|
||||
"sound": "3C_acoustic_guitar_E3",
|
||||
"sound_hi": "3D_acoustic_guitar_B6"
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 38,
|
||||
"normal_range_lo": 29,
|
||||
"normal_range_hi": 61,
|
||||
"envelope": "envelope2",
|
||||
"sound_lo": "3B_banjo_2",
|
||||
"sound": "3C_acoustic_guitar",
|
||||
"sound_hi": "3D"
|
||||
"sound_lo": "3B_acoustic_guitar_A1",
|
||||
"sound": "3C_acoustic_guitar_E3",
|
||||
"sound_hi": "3D_acoustic_guitar_B6"
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 38,
|
||||
"normal_range_lo": 29,
|
||||
"normal_range_hi": 61,
|
||||
"envelope": "envelope3",
|
||||
"sound_lo": "3B_banjo_2",
|
||||
"sound": "3C_acoustic_guitar",
|
||||
"sound_hi": "3D"
|
||||
"sound_lo": "3B_acoustic_guitar_A1",
|
||||
"sound": "3C_acoustic_guitar_E3",
|
||||
"sound_hi": "3D_acoustic_guitar_B6"
|
||||
},
|
||||
"inst4": {
|
||||
"release_rate": 38,
|
||||
"normal_range_lo": 29,
|
||||
"normal_range_hi": 61,
|
||||
"envelope": "envelope4",
|
||||
"sound_lo": "3B_banjo_2",
|
||||
"sound": "3C_acoustic_guitar",
|
||||
"sound_hi": "3D"
|
||||
"sound_lo": "3B_acoustic_guitar_A1",
|
||||
"sound": "3C_acoustic_guitar_E3",
|
||||
"sound_hi": "3D_acoustic_guitar_B6"
|
||||
},
|
||||
"inst5": {
|
||||
"release_rate": 38,
|
||||
"normal_range_lo": 29,
|
||||
"normal_range_hi": 61,
|
||||
"envelope": "envelope5",
|
||||
"sound_lo": "3B_banjo_2",
|
||||
"sound": "3C_acoustic_guitar",
|
||||
"sound_hi": "3D"
|
||||
"sound_lo": "3B_acoustic_guitar_A1",
|
||||
"sound": "3C_acoustic_guitar_E3",
|
||||
"sound_hi": "3D_acoustic_guitar_B6"
|
||||
},
|
||||
"inst6": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope6",
|
||||
"sound": "21_sine_bass"
|
||||
"sound": "21_sine_bass_Bb2"
|
||||
},
|
||||
"inst7": {
|
||||
"release_rate": 114,
|
||||
"envelope": "envelope7",
|
||||
"sound": "34_alto_flute"
|
||||
"sound": "34_alto_flute_A4"
|
||||
},
|
||||
"inst8": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope8",
|
||||
"sound": "34_alto_flute"
|
||||
"sound": "34_alto_flute_A4"
|
||||
},
|
||||
"percussion": [
|
||||
{"release_rate": 10, "pan": 62, "envelope": "envelope9", "sound": {"sample": "06_kick_drum_1", "tuning": 0.210224}},
|
||||
@@ -251,7 +251,7 @@
|
||||
"inst12": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope13",
|
||||
"sound": "42_vibraphone"
|
||||
"sound": "42_vibraphone_F#4"
|
||||
}
|
||||
},
|
||||
"instrument_list": [
|
||||
|
||||
@@ -74,40 +74,40 @@
|
||||
"release_rate": 100,
|
||||
"normal_range_lo": 41,
|
||||
"envelope": "envelope0",
|
||||
"sound_lo": "00",
|
||||
"sound": "01_banjo_1"
|
||||
"sound_lo": "00_banjo_D2",
|
||||
"sound": "01_banjo_A2"
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 100,
|
||||
"normal_range_lo": 41,
|
||||
"envelope": "envelope1",
|
||||
"sound_lo": "00",
|
||||
"sound": "01_banjo_1"
|
||||
"sound_lo": "00_banjo_D2",
|
||||
"sound": "01_banjo_A2"
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 180,
|
||||
"envelope": "envelope2",
|
||||
"sound": "02"
|
||||
"sound": "02_violin_B2"
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope3",
|
||||
"sound": "02"
|
||||
"sound": "02_violin_B2"
|
||||
},
|
||||
"inst4": {
|
||||
"release_rate": 76,
|
||||
"envelope": "envelope4",
|
||||
"sound": "03_human_whistle"
|
||||
"sound": "03_human_whistle_C3"
|
||||
},
|
||||
"inst5": {
|
||||
"release_rate": 53,
|
||||
"envelope": "envelope5",
|
||||
"sound": "04_bright_piano"
|
||||
"sound": "04_bright_piano_G#3"
|
||||
},
|
||||
"inst6": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope6",
|
||||
"sound": "05_acoustic_bass"
|
||||
"sound": "05_acoustic_bass_A1"
|
||||
},
|
||||
"percussion": [
|
||||
{"release_rate": 10, "pan": 62, "envelope": "envelope7", "sound": {"sample": "06_kick_drum_1", "tuning": 0.210224}},
|
||||
|
||||
@@ -51,49 +51,49 @@
|
||||
"normal_range_lo": 27,
|
||||
"normal_range_hi": 46,
|
||||
"envelope": "envelope0",
|
||||
"sound_lo": "23_strings_1",
|
||||
"sound": "24_strings_2",
|
||||
"sound_hi": "25_strings_3"
|
||||
"sound_lo": "23_strings_Eb2",
|
||||
"sound": "24_strings_G#2",
|
||||
"sound_hi": "25_strings_F#3"
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 15,
|
||||
"normal_range_lo": 27,
|
||||
"normal_range_hi": 46,
|
||||
"envelope": "envelope1",
|
||||
"sound_lo": "23_strings_1",
|
||||
"sound": "24_strings_2",
|
||||
"sound_hi": "25_strings_3"
|
||||
"sound_lo": "23_strings_Eb2",
|
||||
"sound": "24_strings_G#2",
|
||||
"sound_hi": "25_strings_F#3"
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 15,
|
||||
"normal_range_lo": 27,
|
||||
"normal_range_hi": 46,
|
||||
"envelope": "envelope2",
|
||||
"sound_lo": "23_strings_1",
|
||||
"sound": "24_strings_2",
|
||||
"sound_hi": "25_strings_3"
|
||||
"sound_lo": "23_strings_Eb2",
|
||||
"sound": "24_strings_G#2",
|
||||
"sound_hi": "25_strings_F#3"
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 43,
|
||||
"normal_range_hi": 47,
|
||||
"envelope": "envelope3",
|
||||
"sound": "46_pizzicato_strings_1",
|
||||
"sound_hi": "47_pizzicato_strings_2"
|
||||
"sound": "46_pizzicato_strings_Bb2",
|
||||
"sound_hi": "47_pizzicato_strings_Bb3"
|
||||
},
|
||||
"inst4": {
|
||||
"release_rate": 119,
|
||||
"envelope": "envelope4",
|
||||
"sound": "2D_trombone"
|
||||
"sound": "2D_trombone_Bb2"
|
||||
},
|
||||
"inst5": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope5",
|
||||
"sound": "26_crystal_rhodes"
|
||||
"sound": "26_crystal_rhodes_C4"
|
||||
},
|
||||
"inst6": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope6",
|
||||
"sound": "26_crystal_rhodes"
|
||||
"sound": "26_crystal_rhodes_C4"
|
||||
}
|
||||
},
|
||||
"instrument_list": [
|
||||
|
||||
@@ -33,24 +33,24 @@
|
||||
"normal_range_lo": 55,
|
||||
"normal_range_hi": 56,
|
||||
"envelope": "envelope0",
|
||||
"sound_lo": "2A",
|
||||
"sound": "2B",
|
||||
"sound_hi": "2C"
|
||||
"sound_lo": "2A_tabla_riff_1",
|
||||
"sound": "2B_tabla_riff_2",
|
||||
"sound_hi": "2C_tabla_riff_3"
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope1",
|
||||
"sound": "22_boys_choir"
|
||||
"sound": "22_boys_choir_Bb4"
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 90,
|
||||
"envelope": "envelope2",
|
||||
"sound": "28_sitar_1"
|
||||
"sound": "28_sitar_1_A2"
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope3",
|
||||
"sound": "39_sitar_2"
|
||||
"sound": "39_sitar_2_C#3"
|
||||
}
|
||||
},
|
||||
"instrument_list": [
|
||||
|
||||
@@ -49,32 +49,32 @@
|
||||
"inst0": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope0",
|
||||
"sound": "3E_monk_choir"
|
||||
"sound": "3E_monk_choir_B2"
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope1",
|
||||
"sound": "3E_monk_choir"
|
||||
"sound": "3E_monk_choir_B2"
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope2",
|
||||
"sound": "3F"
|
||||
"sound": "3F_small_gamelan"
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope3",
|
||||
"sound": "40_bell"
|
||||
"sound": "40_fu_yin_gong_C4"
|
||||
},
|
||||
"inst4": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope4",
|
||||
"sound": "40_bell"
|
||||
"sound": "40_fu_yin_gong_C4"
|
||||
},
|
||||
"inst5": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope5",
|
||||
"sound": "40_bell"
|
||||
"sound": "40_fu_yin_gong_C4"
|
||||
},
|
||||
"percussion": [
|
||||
{"release_rate": 10, "pan": 62, "envelope": "envelope6", "sound": {"sample": "06_kick_drum_1", "tuning": 0.210224}},
|
||||
|
||||
@@ -94,37 +94,37 @@
|
||||
"inst1": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope1",
|
||||
"sound": "21_sine_bass"
|
||||
"sound": "21_sine_bass_Bb2"
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope2",
|
||||
"sound": "35_gospel_organ"
|
||||
"sound": "35_gospel_organ_F4"
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope3",
|
||||
"sound": "48_steel_drum"
|
||||
"sound": "48_steel_drum_C#3"
|
||||
},
|
||||
"inst4": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope4",
|
||||
"sound": "19_brass"
|
||||
"sound": "19_brass_Eb3"
|
||||
},
|
||||
"inst5": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope5",
|
||||
"sound": "1A_slap_bass"
|
||||
"sound": "1A_slap_bass_G#2"
|
||||
},
|
||||
"inst6": {
|
||||
"release_rate": 128,
|
||||
"envelope": "envelope6",
|
||||
"sound": "1B_organ_2"
|
||||
"sound": "1B_percussive_synth_Eb3"
|
||||
},
|
||||
"inst7": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope7",
|
||||
"sound": "1C"
|
||||
"sound": "1C_les_paul_guitar_E2"
|
||||
},
|
||||
"percussion": [
|
||||
{"release_rate": 10, "pan": 62, "envelope": "envelope8", "sound": {"sample": "06_kick_drum_1", "tuning": 0.210224}},
|
||||
|
||||
@@ -61,17 +61,17 @@
|
||||
"inst0": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope0",
|
||||
"sound": "30_rarefaction-lahna"
|
||||
"sound": "30_rarefaction-lahna_E4"
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope1",
|
||||
"sound": "31_rarefaction-convolution"
|
||||
"sound": "31_rarefaction-convolution_Eb2"
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope2",
|
||||
"sound": "31_rarefaction-convolution"
|
||||
"sound": "31_rarefaction-convolution_Eb2"
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 10,
|
||||
@@ -101,21 +101,21 @@
|
||||
"inst6": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope6",
|
||||
"sound": "29_orchestra_hit"
|
||||
"sound": "29_orchestra_hit_C3"
|
||||
},
|
||||
"inst7": {
|
||||
"release_rate": 114,
|
||||
"envelope": "envelope7",
|
||||
"sound": "34_alto_flute"
|
||||
"sound": "34_alto_flute_A4"
|
||||
},
|
||||
"inst8": {
|
||||
"release_rate": 15,
|
||||
"normal_range_lo": 27,
|
||||
"normal_range_hi": 46,
|
||||
"envelope": "envelope8",
|
||||
"sound_lo": "23_strings_1",
|
||||
"sound": "24_strings_2",
|
||||
"sound_hi": "25_strings_3"
|
||||
"sound_lo": "23_strings_Eb2",
|
||||
"sound": "24_strings_G#2",
|
||||
"sound_hi": "25_strings_F#3"
|
||||
}
|
||||
},
|
||||
"instrument_list": [
|
||||
|
||||
@@ -57,23 +57,23 @@
|
||||
"normal_range_lo": 27,
|
||||
"normal_range_hi": 46,
|
||||
"envelope": "envelope0",
|
||||
"sound_lo": "23_strings_1",
|
||||
"sound": "24_strings_2",
|
||||
"sound_hi": "25_strings_3"
|
||||
"sound_lo": "23_strings_Eb2",
|
||||
"sound": "24_strings_G#2",
|
||||
"sound_hi": "25_strings_F#3"
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 15,
|
||||
"normal_range_lo": 27,
|
||||
"normal_range_hi": 46,
|
||||
"envelope": "envelope1",
|
||||
"sound_lo": "23_strings_1",
|
||||
"sound": "24_strings_2",
|
||||
"sound_hi": "25_strings_3"
|
||||
"sound_lo": "23_strings_Eb2",
|
||||
"sound": "24_strings_G#2",
|
||||
"sound_hi": "25_strings_F#3"
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope2",
|
||||
"sound": "21_sine_bass"
|
||||
"sound": "21_sine_bass_Bb2"
|
||||
},
|
||||
"percussion": [
|
||||
{"release_rate": 10, "pan": 62, "envelope": "envelope3", "sound": {"sample": "06_kick_drum_1", "tuning": 0.210224}},
|
||||
@@ -160,12 +160,12 @@
|
||||
"inst5": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope6",
|
||||
"sound": "26_crystal_rhodes"
|
||||
"sound": "26_crystal_rhodes_C4"
|
||||
},
|
||||
"inst6": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope7",
|
||||
"sound": "26_crystal_rhodes"
|
||||
"sound": "26_crystal_rhodes_C4"
|
||||
}
|
||||
},
|
||||
"instrument_list": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"date": "1996-03-19",
|
||||
"sample_bank": {"ifdef": ["VERSION_SH"], "then": "instruments", "else": "piranha_music_box"},
|
||||
"sample_bank": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "instruments", "else": "piranha_music_box"},
|
||||
"envelopes": {
|
||||
"envelope0": [
|
||||
[6, 32700],
|
||||
@@ -37,27 +37,27 @@
|
||||
"inst0": {
|
||||
"release_rate": 119,
|
||||
"envelope": "envelope0",
|
||||
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
|
||||
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "3A_music_box_C5", "else": "00_music_box_C5"}
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 119,
|
||||
"envelope": "envelope1",
|
||||
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
|
||||
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "3A_music_box_C5", "else": "00_music_box_C5"}
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 119,
|
||||
"envelope": "envelope2",
|
||||
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
|
||||
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "3A_music_box_C5", "else": "00_music_box_C5"}
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 119,
|
||||
"envelope": "envelope3",
|
||||
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
|
||||
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "3A_music_box_C5", "else": "00_music_box_C5"}
|
||||
},
|
||||
"inst4": {
|
||||
"release_rate": 119,
|
||||
"envelope": "envelope4",
|
||||
"sound": {"ifdef": ["VERSION_SH"], "then": "3A_music_box", "else": "00_music_box"}
|
||||
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "3A_music_box_C5", "else": "00_music_box_C5"}
|
||||
}
|
||||
},
|
||||
"instrument_list": [
|
||||
|
||||
@@ -81,22 +81,22 @@
|
||||
"inst2": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope2",
|
||||
"sound": "21_sine_bass"
|
||||
"sound": "21_sine_bass_Bb2"
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope3",
|
||||
"sound": "1A_slap_bass"
|
||||
"sound": "1A_slap_bass_G#2"
|
||||
},
|
||||
"inst4": {
|
||||
"release_rate": 114,
|
||||
"envelope": "envelope4",
|
||||
"sound": "21_sine_bass"
|
||||
"sound": "21_sine_bass_Bb2"
|
||||
},
|
||||
"inst5": {
|
||||
"release_rate": 53,
|
||||
"envelope": "envelope5",
|
||||
"sound": "04_bright_piano"
|
||||
"sound": "04_bright_piano_G#3"
|
||||
},
|
||||
"inst6": {
|
||||
"release_rate": 208,
|
||||
@@ -106,12 +106,12 @@
|
||||
"inst7": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope7",
|
||||
"sound": "22_boys_choir"
|
||||
"sound": "22_boys_choir_Bb4"
|
||||
},
|
||||
"inst8": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope8",
|
||||
"sound": "22_boys_choir"
|
||||
"sound": "22_boys_choir_Bb4"
|
||||
},
|
||||
"percussion": [
|
||||
{"release_rate": 10, "pan": 62, "envelope": "envelope9", "sound": {"sample": "06_kick_drum_1", "tuning": 0.210224}},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"date": "1996-03-19",
|
||||
"sample_bank": {"ifdef": ["VERSION_SH"], "then": "instruments", "else": "course_start"},
|
||||
"sample_bank": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "instruments", "else": "course_start"},
|
||||
"envelopes": {
|
||||
"envelope0": [
|
||||
[2, 32700],
|
||||
@@ -19,12 +19,12 @@
|
||||
"inst0": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": {"ifdef": ["VERSION_SH"], "then": "45b_la", "else": "00_la"}
|
||||
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "45b_la_E3", "else": "00_la_E3"}
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope1",
|
||||
"sound": {"ifdef": ["VERSION_SH"], "then": "45b_la", "else": "00_la"}
|
||||
"sound": {"ifdef": ["VERSION_SH", "VERSION_CN"], "then": "45b_la_E3", "else": "00_la_E3"}
|
||||
}
|
||||
},
|
||||
"instrument_list": [
|
||||
|
||||
@@ -63,37 +63,37 @@
|
||||
"normal_range_lo": 29,
|
||||
"normal_range_hi": 63,
|
||||
"envelope": "envelope0",
|
||||
"sound_lo": "3B_banjo_2",
|
||||
"sound": "3C_acoustic_guitar",
|
||||
"sound_hi": "3D"
|
||||
"sound_lo": "3B_acoustic_guitar_A1",
|
||||
"sound": "3C_acoustic_guitar_E3",
|
||||
"sound_hi": "3D_acoustic_guitar_B6"
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope1",
|
||||
"sound": "05_acoustic_bass"
|
||||
"sound": "05_acoustic_bass_A1"
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 15,
|
||||
"normal_range_lo": 27,
|
||||
"normal_range_hi": 46,
|
||||
"envelope": "envelope2",
|
||||
"sound_lo": "23_strings_1",
|
||||
"sound": "24_strings_2",
|
||||
"sound_hi": "25_strings_3"
|
||||
"sound_lo": "23_strings_Eb2",
|
||||
"sound": "24_strings_G#2",
|
||||
"sound_hi": "25_strings_F#3"
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 15,
|
||||
"normal_range_lo": 27,
|
||||
"normal_range_hi": 46,
|
||||
"envelope": "envelope3",
|
||||
"sound_lo": "23_strings_1",
|
||||
"sound": "24_strings_2",
|
||||
"sound_hi": "25_strings_3"
|
||||
"sound_lo": "23_strings_Eb2",
|
||||
"sound": "24_strings_G#2",
|
||||
"sound_hi": "25_strings_F#3"
|
||||
},
|
||||
"inst4": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope4",
|
||||
"sound": "26_crystal_rhodes"
|
||||
"sound": "26_crystal_rhodes_C4"
|
||||
},
|
||||
"percussion": [
|
||||
{"release_rate": 10, "pan": 62, "envelope": "envelope5", "sound": {"sample": "06_kick_drum_1", "tuning": 0.210224}},
|
||||
|
||||
@@ -61,22 +61,22 @@
|
||||
"inst0": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope0",
|
||||
"sound": "35_gospel_organ"
|
||||
"sound": "35_gospel_organ_F4"
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope1",
|
||||
"sound": "36_sawtooth_synth"
|
||||
"sound": "36_sawtooth_synth_Eb1"
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope2",
|
||||
"sound": "37_square_synth"
|
||||
"sound": "37_square_synth_C5"
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope3",
|
||||
"sound": "29_orchestra_hit"
|
||||
"sound": "29_orchestra_hit_C3"
|
||||
},
|
||||
"percussion": [
|
||||
{"release_rate": 10, "pan": 62, "envelope": "envelope4", "sound": {"sample": "06_kick_drum_1", "tuning": 0.210224}},
|
||||
|
||||
@@ -79,50 +79,50 @@
|
||||
"inst0": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope0",
|
||||
"sound": "22_boys_choir"
|
||||
"sound": "22_boys_choir_Bb4"
|
||||
},
|
||||
"inst1": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope1",
|
||||
"sound": "19_brass"
|
||||
"sound": "19_brass_Eb3"
|
||||
},
|
||||
"inst2": {
|
||||
"release_rate": 15,
|
||||
"normal_range_lo": 27,
|
||||
"normal_range_hi": 46,
|
||||
"envelope": "envelope2",
|
||||
"sound_lo": "23_strings_1",
|
||||
"sound": "24_strings_2",
|
||||
"sound_hi": "25_strings_3"
|
||||
"sound_lo": "23_strings_Eb2",
|
||||
"sound": "24_strings_G#2",
|
||||
"sound_hi": "25_strings_F#3"
|
||||
},
|
||||
"inst3": {
|
||||
"release_rate": 90,
|
||||
"envelope": "envelope3",
|
||||
"sound": "28_sitar_1"
|
||||
"sound": "28_sitar_1_A2"
|
||||
},
|
||||
"inst4": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope4",
|
||||
"sound": "29_orchestra_hit"
|
||||
"sound": "29_orchestra_hit_C3"
|
||||
},
|
||||
"inst5": {
|
||||
"release_rate": 100,
|
||||
"normal_range_lo": 55,
|
||||
"normal_range_hi": 56,
|
||||
"envelope": "envelope5",
|
||||
"sound_lo": "2A",
|
||||
"sound": "2B",
|
||||
"sound_hi": "2C"
|
||||
"sound_lo": "2A_tabla_riff_1",
|
||||
"sound": "2B_tabla_riff_2",
|
||||
"sound_hi": "2C_tabla_riff_3"
|
||||
},
|
||||
"inst6": {
|
||||
"release_rate": 208,
|
||||
"envelope": "envelope6",
|
||||
"sound": "19_brass"
|
||||
"sound": "19_brass_Eb3"
|
||||
},
|
||||
"inst7": {
|
||||
"release_rate": 10,
|
||||
"envelope": "envelope7",
|
||||
"sound": "22_boys_choir"
|
||||
"sound": "22_boys_choir_Bb4"
|
||||
},
|
||||
"percussion": [
|
||||
{"release_rate": 10, "pan": 62, "envelope": "envelope8", "sound": {"sample": "06_kick_drum_1", "tuning": 0.210224}},
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user