	.include "MPlayDef.s"

	.equ	s_Demo_Congratulations_STAR_grp, voicegroup001
	.equ	s_Demo_Congratulations_STAR_pri, 120
	.equ	s_Demo_Congratulations_STAR_rev, 0
	.equ	s_Demo_Congratulations_STAR_mvl, 100
	.equ	s_Demo_Congratulations_STAR_key, 0
	.equ	s_Demo_Congratulations_STAR_tbs, 1
	.equ	s_Demo_Congratulations_STAR_exg, 0
	.equ	s_Demo_Congratulations_STAR_cmp, 1

	.section .rodata
	.global	s_Demo_Congratulations_STAR
	.align	2

@**************** Track 1 (Midi-Chn.2) ****************@

s_Demo_Congratulations_STAR_1:
	.byte	KEYSH , s_Demo_Congratulations_STAR_key+0
@ 000   ----------------------------------------
	.byte	TEMPO , 150*s_Demo_Congratulations_STAR_tbs/2
	.byte		VOICE , 42
	.byte		VOL   , 20*s_Demo_Congratulations_STAR_mvl/mxv
	.byte		PAN   , c_v+0
	.byte		N08   , En3 , v100
	.byte	W01
	.byte		VOL   , 26*s_Demo_Congratulations_STAR_mvl/mxv
	.byte	W01
	.byte		        44*s_Demo_Congratulations_STAR_mvl/mxv
	.byte	W01
	.byte		        58*s_Demo_Congratulations_STAR_mvl/mxv
	.byte	W01
	.byte		        75*s_Demo_Congratulations_STAR_mvl/mxv
	.byte	W01
	.byte		        90*s_Demo_Congratulations_STAR_mvl/mxv
	.byte		PAN   , c_v+20
	.byte	W01
	.byte		VOL   , 110*s_Demo_Congratulations_STAR_mvl/mxv
	.byte	W03
	.byte		N02   , En5 , v052
	.byte	W02
	.byte		N05   , En3 , v020
	.byte	W03
	.byte		VOL   , 80*s_Demo_Congratulations_STAR_mvl/mxv
	.byte		PAN   , c_v+42
	.byte	W01
	.byte		N02   , Cn5 , v060
	.byte	W04
	.byte		        En5 , v016
	.byte	W03
	.byte		        En5 , v040
	.byte	W02
	.byte		PAN   , c_v+8
	.byte	W01
	.byte		N02   , Cn5 , v016
	.byte	W03
	.byte		        Cn5 , v020
	.byte	W03
	.byte		        En5 , v016
	.byte	W05
	.byte		PAN   , c_v+42
	.byte	W01
	.byte		N02   , Cn5 
	.byte	W06
	.byte		        En5 
	.byte	W06
	.byte		        Cn5 
	.byte	W02
	.byte	FINE

@**************** Track 2 (Midi-Chn.3) ****************@

s_Demo_Congratulations_STAR_2:
	.byte	KEYSH , s_Demo_Congratulations_STAR_key+0
@ 000   ----------------------------------------
	.byte		VOICE , 42
	.byte		VOL   , 20*s_Demo_Congratulations_STAR_mvl/mxv
	.byte		PAN   , c_v+0
	.byte		N08   , Cn3 , v100
	.byte	W02
	.byte		VOL   , 44*s_Demo_Congratulations_STAR_mvl/mxv
	.byte	W01
	.byte		        58*s_Demo_Congratulations_STAR_mvl/mxv
	.byte	W01
	.byte		        75*s_Demo_Congratulations_STAR_mvl/mxv
	.byte	W01
	.byte		        90*s_Demo_Congratulations_STAR_mvl/mxv
	.byte	W01
	.byte		PAN   , c_v-18
	.byte		VOL   , 110*s_Demo_Congratulations_STAR_mvl/mxv
	.byte	W03
	.byte		N02   , Cn5 , v052
	.byte	W02
	.byte		N05   , Cn3 , v020
	.byte	W04
	.byte		PAN   , c_v-40
	.byte		VOL   , 60*s_Demo_Congratulations_STAR_mvl/mxv
	.byte		N02   , Gn4 , v060
	.byte	W03
	.byte		        Cn5 , v016
	.byte	W03
	.byte		        Cn5 , v040
	.byte	W03
	.byte		PAN   , c_v-11
	.byte		N02   , Gn4 , v016
	.byte	W03
	.byte		        Gn4 , v020
	.byte	W04
	.byte		        Cn5 , v016
	.byte	W06
	.byte		PAN   , c_v-40
	.byte		N02   , Gn4 
	.byte	W05
	.byte		        Cn5 
	.byte	W06
	.byte		        Gn4 
	.byte	W02
	.byte	FINE

@******************************************************@
	.align	2

s_Demo_Congratulations_STAR:
	.byte	2	@ NumTrks
	.byte	0	@ NumBlks
	.byte	s_Demo_Congratulations_STAR_pri	@ Priority
	.byte	s_Demo_Congratulations_STAR_rev	@ Reverb.

	.word	s_Demo_Congratulations_STAR_grp

	.word	s_Demo_Congratulations_STAR_1
	.word	s_Demo_Congratulations_STAR_2

	.end
