// Elation Tri 64B Par
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 6/3/09
// Modified From: Elation Opti RGB 
				
fixture

	manufacturer = "ELATION"
	name = "TRI64B"
	version = 1.0
//  fullmanufacturer = "Elation"
//  fullname = "ELED TRI64B"
//  mode = "7"
//  description = ""

	attribute
		name = "RED"
		channel = 1
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 2
		homeVal = 0	
		
	attribute
		name = "BLUE"
		channel = 3
		homeVal = 0	
		
	attribute
		name = "COLOR"
		channel = 4
		homeVal = 0	
		
	attribute
		name = "STROBE"
		channel = 5
		homeVal = 0
		
	attribute
		name = "MODE"
		channel = 6
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 7
		
/////////////////////////////////////////////////////////////////////						
		
	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 = "COLOR"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (   0: 15),N,"Use RGB"
		stop = (M 16:255),2,"Color:"
		
	parameter
		name = "STROBE"
		displayerNum = 5
		type = B
		attribList = 5,6
		stop = (   0:  15,R 0:255),N,"Stop"
		stop = (M 16: 255,R 0:127),2,"Strobe:"
		stop = (M 16: 255,R 128:255),2,"Speed:"
							
	parameter
		name = "CONTROL"
		displayerNum = 6
		type = C
		attribList = 6
		stop = (    0:  31),N,"UseRGB"	
		stop = (R  32: 127),N,"Use Fader"	
		stop = (  128: 159),N,"Color Mix"
		stop = (  160: 191),N,"3 Color"
		stop = (  192: 223),N,"7 Color" 
		stop = (  224: 255),N,"Sound" 
	
end
