// Show Technology EA_P64D S/B
// Jon Lenard 11/23/11

Fixture
	manufacturer = "SHOWTECH"
	name = "EAP64D"
	version = 1.0
//  fullmanufacturer = "Show Technology"
//  fullname = "LED Par 64 6ch"
//  mode = 3
//  description = ""

	Attribute
		name = "INTENSITY"
		channel = 1

	Attribute
		name = "RED"
		channel = 2
		homeVal = 0
		
	Attribute
		name = "GREEN"
		channel = 3
		homeVal = 0
		
	Attribute
		name = "BLUE"
		channel = 4
		homeVal = 0
		
	Attribute
		name = "STROBE"
		channel = 5
		homeVal = 0
				
	Attribute
		name = "MACRO"
		channel = 6
		homeVal = 0



//-----------------------------------------------------------
				
	Parameter
		name = "-RED-"
		displayerNum = 1 
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red="
		 
	Parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 3
		stop = (M  0:255),2,"Green=" 
		
	Parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="
		
	Parameter
		name = "-MACRO-"
		displayerNum = 4
		type = B
		attribList = 6 
		stop = (  0:  9),N,"No Macro"
		stop = ( 10: 50),N,"Fade"
		stop = ( 51: 91),N,"RGBfade"
		stop = ( 92:132),N,"Fade2"
		stop = (133:173),N,"Snap"
		stop = (174:214),N,"Color+"
		stop = (215:255),N,"Random"
		
	
	Parameter
		name = "-STROBE-"
		displayerNum = 5
		type = B
		attribList = 5 
		stop = (   0:  9),N,"NoStrobe"
		stop = (M 10: 57),2,"Strobe:"
		stop = (R 58: 59),N,"NoStrobe"
		stop = (M 60:108),2,"PulsO:"
		stop = (R109:110),N,"NoStrobe"
		stop = (M111:159),2,"PulsC:"
		stop = (R160:161),N,"NoStrobe"
		stop = ( 162:255),N,"Random"
			
End
