// Elation Opti RGB LED Par
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 12/10/08
// Modified From: Elation Opti 30 RGB (IDENTICAL TEMPLTE)

				
fixture

	manufacturer = "ELATION"
	name = "OPTRGB"
	version = 1.1
//  fullmanufacturer = "Elation"
//  fullname = "Opti RGB"
//  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,4
		stop = (M  0:255, 0:15),2,"Red="
		stop = (   0:0,  R1:255),N,"Use Dsp4"
		
	parameter
		name = "GREEN"
		displayerNum = 2
		type = C
		attribList = 2,4
		stop = (M  0:255, 0:15),2,"Green="
		stop = (   0:0,  R1:255),N,"Use Dsp4"
		
	parameter
		name = "BLUE"
		displayerNum = 3
		type = C
		attribList = 3,4
		stop = (M  0:255, 0:15),2,"Blue="
		stop = (   0:0,  R1:255),N,"Use Dsp4"
		
	parameter
		name = "COLOR"
		displayerNum = 4
		type = C
		attribList = 1,2,3,4
		stop = (R 0:255,R 0:255,R 0:255, 0:15),N,"UseDsp123"
		stop = (  0:0  ,  0:0  ,  0:0  ,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,"UseDisp123"	
		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
