#include "Define.h"
#include "EnmDef.h"
#include "LedDef.h"
#include "TapDef.h"
#//----------------------------------------------------------------------------
#define SprNo_0					0
#define LedSeqNo_0				0
#define PhrNo_0					0
#define TapSeqNo_0				0
#//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
#define prep_spr_(spr)				act (ActHi_prep_spr<<16)|(SprNo_##spr)
#define prep_phr_(phr)				act (ActHi_prep_phr<<16)|(PhrNo_##phr)
#//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
#define LcdSeqCh_Play_(ch,spr)			act ((ActHi_LcdSeqCh_Play+(LcdSeqCh_##ch))<<16)|(SprNo_##spr)
#define LedSeqCh_Play_(ch,seq)			act ((ActHi_LedSeqCh_Play+(LedSeqCh_##ch))<<16)|(LedSeqNo_##seq)
#define TapLogCh_Play_(ch,phr)			act ((ActHi_TapLogCh_Play+(TapLogCh_##ch))<<16)|(PhrNo_##phr)
#define TapSeqCh_Play_(ch,seq)			act ((ActHi_TapSeqCh_Play+(TapSeqCh_##ch))<<16)|(TapSeqNo_##seq)
#define TapMxrCh_SetAtt_(ch,att,rate,scale)	act  (ActHi_set_arg1<<16)|(rate);	\
						act  (ActHi_set_arg2<<16)|(scale);	\
						act ((ActHi_TapMxrCh_SetAtt+(TapMxrCh_##ch))<<16)|(att)
#//----------------------------------------------------------------------------
#include "dir\Test.txt"
