	.include "MPlayDef.s"

	.equ	s_Demo_MAP_Slider_grp, voicegroup001
	.equ	s_Demo_MAP_Slider_pri, 100
	.equ	s_Demo_MAP_Slider_rev, 0
	.equ	s_Demo_MAP_Slider_mvl, 80
	.equ	s_Demo_MAP_Slider_key, 0
	.equ	s_Demo_MAP_Slider_tbs, 1
	.equ	s_Demo_MAP_Slider_exg, 0
	.equ	s_Demo_MAP_Slider_cmp, 1

	.section .rodata
	.global	s_Demo_MAP_Slider
	.align	2

@**************** Track 1 (Midi-Chn.1) ****************@

s_Demo_MAP_Slider_1:
	.byte	KEYSH , s_Demo_MAP_Slider_key+0
@ 000   ----------------------------------------
	.byte	TEMPO , 150*s_Demo_MAP_Slider_tbs/2
	.byte		VOICE , 126
	.byte		VOL   , 110*s_Demo_MAP_Slider_mvl/mxv
	.byte		PAN   , c_v+0
	.byte		BENDR , 36
	.byte		LFOS  , 30
	.byte		LFODL , 15
	.byte		MOD   , 20
	.byte		MODT  , 2
	.byte		BEND  , c_v+16
	.byte		N48   , Gn3 , v100
	.byte	W05
	.byte		BEND  , c_v+25
	.byte	W05
	.byte		        c_v+39
	.byte	W04
	.byte		        c_v+34
	.byte	W06
	.byte		        c_v+30
	.byte	W06
	.byte		        c_v+25
	.byte	W06
	.byte		        c_v+21
	.byte	W06
	.byte		        c_v+17
	.byte	W06
	.byte		        c_v+12
	.byte	W06
	.byte		        c_v+8
	.byte	W06
	.byte		        c_v+3
	.byte	W06
	.byte		        c_v-1
	.byte	W06
	.byte		        c_v-5
	.byte	FINE

@******************************************************@
	.align	2

s_Demo_MAP_Slider:
	.byte	1	@ NumTrks
	.byte	0	@ NumBlks
	.byte	s_Demo_MAP_Slider_pri	@ Priority
	.byte	s_Demo_MAP_Slider_rev	@ Reverb.

	.word	s_Demo_MAP_Slider_grp

	.word	s_Demo_MAP_Slider_1

	.end
