1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
.include "MPlayDef.s"
.equ se_m_string_shot2_grp, voicegroup111
.equ se_m_string_shot2_pri, 4
.equ se_m_string_shot2_rev, reverb_set+50
.equ se_m_string_shot2_mvl, 127
.equ se_m_string_shot2_key, 0
.equ se_m_string_shot2_tbs, 1
.equ se_m_string_shot2_exg, 0
.equ se_m_string_shot2_cmp, 1
.section .rodata
.global se_m_string_shot2
.align 2
@********************** Track 1 **********************@
se_m_string_shot2_1:
.byte KEYSH , se_m_string_shot2_key+0
.byte TEMPO , 250*se_m_string_shot2_tbs/2
.byte VOICE , 10
.byte BENDR , 12
.byte VOL , 105*se_m_string_shot2_mvl/mxv
.byte PAN , c_v-1
.byte BEND , c_v+0
.byte N09 , En4 , v112
.byte W03
.byte BEND , c_v+6
.byte W03
.byte c_v+12
.byte W05
.byte c_v+8
.byte W01
.byte PAN , c_v+16
.byte N09 , Gn4
.byte W03
.byte BEND , c_v-8
.byte W03
.byte c_v-14
.byte W06
.byte PAN , c_v+0
.byte BEND , c_v-11
.byte N09 , En4
.byte W03
.byte BEND , c_v-5
.byte W03
.byte c_v+1
.byte W05
.byte c_v-3
.byte W01
.byte PAN , c_v-16
.byte N09 , Gn4
.byte W03
.byte BEND , c_v-19
.byte W03
.byte c_v-25
.byte W06
.byte PAN , c_v+0
.byte BEND , c_v-19
.byte N09 , En4
.byte W03
.byte BEND , c_v-13
.byte W03
.byte c_v-6
.byte W05
.byte c_v-10
.byte W01
.byte PAN , c_v+16
.byte N09 , Gn4 , v096
.byte W03
.byte BEND , c_v-27
.byte W03
.byte c_v-32
.byte W06
.byte PAN , c_v+0
.byte BEND , c_v-32
.byte N09 , En4 , v084
.byte W03
.byte BEND , c_v-26
.byte W03
.byte c_v-19
.byte W05
.byte c_v-23
.byte W01
.byte PAN , c_v-16
.byte N09 , Gn4 , v060
.byte W03
.byte BEND , c_v-40
.byte W03
.byte c_v-45
.byte W06
.byte FINE
@********************** Track 2 **********************@
se_m_string_shot2_2:
.byte KEYSH , se_m_string_shot2_key+0
.byte VOICE , 5
.byte VOL , 105*se_m_string_shot2_mvl/mxv
.byte PAN , c_v+9
.byte N09 , Cn3 , v052
.byte W12
.byte PAN , c_v-7
.byte N09 , Gn2
.byte W12
se_m_string_shot2_2_000:
.byte PAN , c_v+9
.byte N09 , Cn3 , v052
.byte W12
.byte PAN , c_v-6
.byte N09 , Gn2
.byte W12
.byte PEND
.byte PATT
.word se_m_string_shot2_2_000
.byte PATT
.word se_m_string_shot2_2_000
.byte FINE
@******************************************************@
.align 2
se_m_string_shot2:
.byte 2 @ NumTrks
.byte 0 @ NumBlks
.byte se_m_string_shot2_pri @ Priority
.byte se_m_string_shot2_rev @ Reverb.
.word se_m_string_shot2_grp
.word se_m_string_shot2_1
.word se_m_string_shot2_2
.end
|