#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)				prep_spr ber SprNo_##spr
#define prep_phr_(phr)				prep_phr ber PhrNo_##phr
#//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
#define LcdSeqCh_Play_(ch,spr)			LcdSeqCh_Play   LcdSeqCh_##ch,ber SprNo_##spr
#define LedSeqCh_Play_(ch,seq)			LedSeqCh_Play   LedSeqCh_##ch,ber LedSeqNo_##seq
#define TapLogCh_Play_(ch,phr)			TapLogCh_Play   TapLogCh_##ch,ber PhrNo_##phr
#define TapSeqCh_Play_(ch,seq)			TapSeqCh_Play   TapSeqCh_##ch,ber TapSeqNo_##seq
#define TapMxrCh_SetAtt_(ch,att,rate,scale)	TapMxrCh_SetAtt TapMxrCh_##ch,ber att,ber rate,ber scale
#//----------------------------------------------------------------------------
#include "snr\Test.txt"
