// Elation DLED 12 Brick
//
// Jon Lenard
// 1/14/10
				
fixture

	manufacturer = "ELATION"
	name = "DLED12B"
	version = 1.0
//  fullmanufacturer = "Elation"
//  fullname = "DLED 12 Brick"
//  mode = 6
//  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 = "INTENSITY"
		channel = 6
		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 = (   0: 10),N,"No Macro"
		stop = (  11: 40),N,"Macro 1"
		stop = (  41: 70),N,"Macro 2"
		stop = (  71:100),N,"Macro 3"
		stop = ( 101:130),N,"Macro 4"
		stop = ( 131:160),N,"Macro 5"
		stop = ( 161:190),N,"Macro 6"
		stop = ( 191:120),N,"Macro 7"
		stop = ( 121:255),N,"Macro 8"

   parameter
		name = "STROBE"
		displayerNum = 5
		type = B
		attribList = 5
		stop = (   0:  0),N,"No Strobe"
		stop = (M  1: 95),2,"Strobe:"
		stop = (R 96:127),N,"No Strobe"
		stop = (M128:159),2,"Pulse:"
		stop = (R160:191),N,"No Strobe"
		stop = (M192:223),2,"Rand:"
		stop = (R224:255),N,"No Strobe"
							
	parameter
		name = "SPEED"
		displayerNum = 6
		type = C
		attribList = 4,6
		stop = (R  0: 10,R  0:255),N,"Use Fader"	
		stop = (R 10:255,M  0:255),2,"Speed="
	
end
