Match mus_me_asa.mid
This commit is contained in:
Binary file not shown.
@@ -1,150 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ mus_me_asa_grp, voicegroup012
|
||||
.equ mus_me_asa_pri, 5
|
||||
.equ mus_me_asa_rev, reverb_set+50
|
||||
.equ mus_me_asa_mvl, 127
|
||||
.equ mus_me_asa_key, 0
|
||||
.equ mus_me_asa_tbs, 1
|
||||
.equ mus_me_asa_exg, 0
|
||||
.equ mus_me_asa_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global mus_me_asa
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
mus_me_asa_1:
|
||||
.byte KEYSH , mus_me_asa_key+0
|
||||
.byte TEMPO , 132*mus_me_asa_tbs/2
|
||||
.byte VOICE , 46
|
||||
.byte VOL , 90*mus_me_asa_mvl/mxv
|
||||
.byte PAN , c_v+0
|
||||
.byte N12 , Bn4 , v112
|
||||
.byte W12
|
||||
.byte N06 , Bn4 , v052
|
||||
.byte W12
|
||||
.byte N12 , Bn4 , v112
|
||||
.byte W12
|
||||
.byte N06 , Bn4 , v052
|
||||
.byte W12
|
||||
.byte N12 , Bn4 , v112
|
||||
.byte W12
|
||||
.byte Gs4
|
||||
.byte W12
|
||||
.byte En5
|
||||
.byte W12
|
||||
.byte N06 , En5 , v052
|
||||
.byte W12
|
||||
.byte W24
|
||||
.byte FINE
|
||||
|
||||
@********************** Track 2 **********************@
|
||||
|
||||
mus_me_asa_2:
|
||||
.byte KEYSH , mus_me_asa_key+0
|
||||
.byte VOICE , 46
|
||||
.byte VOL , 90*mus_me_asa_mvl/mxv
|
||||
.byte PAN , c_v+48
|
||||
.byte N06 , En4 , v080
|
||||
.byte W12
|
||||
.byte En4 , v020
|
||||
.byte W12
|
||||
.byte En4 , v080
|
||||
.byte W12
|
||||
.byte En4 , v020
|
||||
.byte W12
|
||||
.byte En4 , v080
|
||||
.byte W12
|
||||
.byte En4 , v020
|
||||
.byte W12
|
||||
.byte Bn4 , v080
|
||||
.byte W12
|
||||
.byte Bn4 , v020
|
||||
.byte W12
|
||||
.byte W24
|
||||
.byte FINE
|
||||
|
||||
@********************** Track 3 **********************@
|
||||
|
||||
mus_me_asa_3:
|
||||
.byte KEYSH , mus_me_asa_key+0
|
||||
.byte VOICE , 46
|
||||
.byte VOL , 90*mus_me_asa_mvl/mxv
|
||||
.byte PAN , c_v-47
|
||||
.byte W12
|
||||
.byte N06 , Gs3 , v080
|
||||
.byte W12
|
||||
.byte Gs3 , v024
|
||||
.byte W12
|
||||
.byte Gs3 , v080
|
||||
.byte W12
|
||||
.byte Gs3 , v024
|
||||
.byte W12
|
||||
.byte Gs3 , v080
|
||||
.byte W12
|
||||
.byte En3
|
||||
.byte W12
|
||||
.byte En3 , v024
|
||||
.byte W12
|
||||
.byte W24
|
||||
.byte FINE
|
||||
|
||||
@********************** Track 4 **********************@
|
||||
|
||||
mus_me_asa_4:
|
||||
.byte VOL , 90*mus_me_asa_mvl/mxv
|
||||
.byte KEYSH , mus_me_asa_key+0
|
||||
.byte VOICE , 100
|
||||
.byte PAN , c_v+0
|
||||
.byte W12
|
||||
.byte N03 , En5 , v080
|
||||
.byte W06
|
||||
.byte PAN , c_v-48
|
||||
.byte N03 , En5 , v024
|
||||
.byte W06
|
||||
.byte PAN , c_v+0
|
||||
.byte N03 , En5 , v080
|
||||
.byte W06
|
||||
.byte PAN , c_v+48
|
||||
.byte N03 , En5 , v024
|
||||
.byte W06
|
||||
.byte VOICE , 101
|
||||
.byte PAN , c_v+0
|
||||
.byte N03 , En4 , v080
|
||||
.byte W06
|
||||
.byte PAN , c_v-48
|
||||
.byte N03 , En4 , v024
|
||||
.byte W30
|
||||
.byte VOICE , 100
|
||||
.byte PAN , c_v+0
|
||||
.byte N03 , En5 , v080
|
||||
.byte W06
|
||||
.byte PAN , c_v+48
|
||||
.byte N03 , En5 , v024
|
||||
.byte W18
|
||||
.byte PAN , c_v+0
|
||||
.byte N03 , En5 , v072
|
||||
.byte W06
|
||||
.byte En5 , v028
|
||||
.byte W18
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
mus_me_asa:
|
||||
.byte 4 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte mus_me_asa_pri @ Priority
|
||||
.byte mus_me_asa_rev @ Reverb.
|
||||
|
||||
.word mus_me_asa_grp
|
||||
|
||||
.word mus_me_asa_1
|
||||
.word mus_me_asa_2
|
||||
.word mus_me_asa_3
|
||||
.word mus_me_asa_4
|
||||
|
||||
.end
|
||||
Reference in New Issue
Block a user