// Fixture  Ignition LED Par 20x3W
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 7/28/09
//

Fixture
   version = 1.0
   manufacturer = "IGNITION"
   name = "LED20x3W"
//  fullmanufacturer = "Ignition"
//  fullname = "LED par 20x3W"
//  mode = 5
//  description = ""

	attribute
		name = "RED"
		channel = 1
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 2
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 3
		homeVal = 0
		
	attribute
		name = "STROBE"
		channel = 4
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 5
		
	attribute
		name = "MACRO"
		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 = "-STROBE-"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (   0: 15),N,"NoStrobe"
		stop = (M 16:255),D,1,12,"Hz:"
		
	parameter
		name = "-MACRO-"
		displayerNum = 5
		type = F
		attribList = 6
		stop = (   0: 31),N,"No Macro"
        stop = (  32: 63),N,"Dim Up"
        stop = (  64: 95),N,"Dim Dwn"
        stop = (  96:127),N,"Dim U&D"
        stop = ( 128:159),N,"AutoColor"
        stop = ( 160:191),N,"Rand3Col"
        stop = ( 192:223),N,"Rand7Col"
        stop = ( 224:255),N,"Audio"
				
end
