// Chauvet LED Rain 64
//	
//  Written by: Jon Lenard
//		Applied Electronics
//		800-883-0008
//  3/31/09
//

Fixture
	version = 1.0
	manufacturer = "CHAUVET"
	name = "LEDrain64"
//  fullmanufacturer = "Chauvet"
//  fullname = "LED Rain 64"
//  mode = 0
//  description = ""
	
	Attribute
		name = "RED"
		channel = 1
		homeVal = 0
	
	Attribute
		name = "GREEN"
		channel = 2
		homeVal = 0
	
	Attribute
		name = "BLUE"
		channel = 3
		homeVal = 0
	
	Attribute
		name = "MACRO"
		channel = 4
		homeVal = 0
	
	Attribute
		name = "STROBE"
		channel = 5
		homeVal = 0
	
	Attribute
		name = "PROGRAM"
		channel = 6
		homeVal = 0  
	
	Attribute
		name = "INTENSITY"
		channel = 7
		homeVal = 0
		
////////////////////////////////////////////////////////////
	
	Parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 1
			stop = (M  0:255),2,"Red="
	
	Parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 2
			stop = (M  0:255,),2,"Green="
	
	Parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 3
			stop = (M  0:255),2,"Blue="
			
	Parameter
		name = "-MACRO-"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (000:007),N,"No Macro"		
		stop = (008:015),N,"Rfl G20"      		
		stop = (016:023),N,"Rfl G40"       
		stop = (024:031),N,"Rfl G60"      
		stop = (032:039),N,"Rfl G80"      		
		stop = (040:047),N,"Rfl Gfl"     		
		stop = (048:055),N,"Green"          		
		stop = (056:063),N,"Gfl B20"      		
		stop = (064:071),N,"Gfl B40"      		
		stop = (072:079),N,"Gfl B60"
		stop = (080:087),N,"Gfl B80"      		
		stop = (088:095),N,"Gfl Bfl"    		
		stop = (096:103),N,"Blue"          		
		stop = (104:111),N,"R20 Bfl"      		
		stop = (112:119),N,"R40 Bfl"      		
		stop = (120:127),N,"R60 Bfl"     		
		stop = (128:135),N,"R80 Bfl"     		
		stop = (136:143),N,"Rfl Bfl"     		
		stop = (144:151),N,"RflG25Bfl" 		
		stop = (152:159),N,"RflG50Bfl" 		
		stop = (160:167),N,"RflG75Bfl" 		
		stop = (168:175),N,"RflGflBfl"		
		stop = (176:183),N,"RflGflB25" 		
		stop = (184:191),N,"RflGflB50" 		
		stop = (192:199),N,"RflGflB75" 		
		stop = (200:207),N,"RflGflBfl"		
		stop = (208:215),N,"R20GflBfl" 		
		stop = (216:223),N,"R40GflBfl" 		
		stop = (224:231),N,"R60GflBfl" 		
		stop = (232:239),N,"R80GflBfl" 		
		stop = (240:247),N,"RflGflBfl"		
		stop = (248:255),N,"R50G50B50"   		
			
	Parameter
		name = "-STROBE-"   
		displayerNum = 5
		type = B
		attribList = 5,6
			stop = (   0:  0,R  0:127),N,"No Strobe"
			stop = (M  1:255,R  0:127),2,"Strobe:"
			stop = (M  0:255,R128:223),2,"Speed="
			stop = (R  0:255,R224:255),N,"NoFunct"
			
	Parameter
		name = "-PROGRAM-"   
		displayerNum = 6
		type = C
		attribList = 6
			stop = (000:127),N,"NoFunct"
			stop = (128:159),N,"Fade"
			stop = (160:223),N,"Chase1"
			stop = (224:255),N,"Chase2"

end
